Struct bgfx_sys::Struct_bgfx_caps_gpu
[−]
[src]
pub struct Struct_bgfx_caps_gpu {
pub vendorId: uint16_t,
pub deviceId: uint16_t,
}Fields
vendorId | |
deviceId |
pub struct Struct_bgfx_caps_gpu {
pub vendorId: uint16_t,
pub deviceId: uint16_t,
}vendorId | |
deviceId |
impl Clone for Struct_bgfx_caps_gpufn clone(&self) -> Selffn clone_from(&mut self, source: &Self)impl Default for Struct_bgfx_caps_gpufn default() -> Selfimpl Copy for Struct_bgfx_caps_gpu