Struct ash::extensions::experimental::amd::PhysicalDeviceGpaPropertiesAmd [−][src]
#[repr(C)]pub struct PhysicalDeviceGpaPropertiesAmd { pub s_type: StructureType, pub p_next: *const c_void, pub flags: Flags, pub max_sqtt_se_buffer_size: DeviceSize, pub shader_engine_count: u32, pub perf_block_count: u32, pub p_perf_block_properties: *mut GpaPerfBlockPropertiesAmd, }
Fields
s_type: StructureType
p_next: *const c_void
flags: Flags
max_sqtt_se_buffer_size: DeviceSize
shader_engine_count: u32
perf_block_count: u32
p_perf_block_properties: *mut GpaPerfBlockPropertiesAmd
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for PhysicalDeviceGpaPropertiesAmd
impl !Sync for PhysicalDeviceGpaPropertiesAmd
impl Unpin for PhysicalDeviceGpaPropertiesAmd
impl UnwindSafe for PhysicalDeviceGpaPropertiesAmd
Blanket Implementations
Mutably borrows from an owned value. Read more