#[repr(C)]pub struct PhysicalDeviceTexelBufferAlignmentPropertiesEXT {
pub s_type: StructureType,
pub next: *mut c_void,
pub storage_texel_buffer_offset_alignment_bytes: DeviceSize,
pub storage_texel_buffer_offset_single_texel_alignment: Bool32,
pub uniform_texel_buffer_offset_alignment_bytes: DeviceSize,
pub uniform_texel_buffer_offset_single_texel_alignment: Bool32,
}Expand description
Fields
s_type: StructureTypenext: *mut c_voidstorage_texel_buffer_offset_alignment_bytes: DeviceSizestorage_texel_buffer_offset_single_texel_alignment: Bool32uniform_texel_buffer_offset_alignment_bytes: DeviceSizeuniform_texel_buffer_offset_single_texel_alignment: Bool32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more