pub type bgfx_uniform_handle_t = bgfx_uniform_handle_s;

Aliased Type§

struct bgfx_uniform_handle_t {
    pub idx: u16,
}

Fields§

§idx: u16