ash::vkType Alias PhysicalDeviceTexelBufferAlignmentPropertiesEXT
Source pub type PhysicalDeviceTexelBufferAlignmentPropertiesEXT = PhysicalDeviceTexelBufferAlignmentProperties;
struct PhysicalDeviceTexelBufferAlignmentPropertiesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub storage_texel_buffer_offset_alignment_bytes: u64,
pub storage_texel_buffer_offset_single_texel_alignment: u32,
pub uniform_texel_buffer_offset_alignment_bytes: u64,
pub uniform_texel_buffer_offset_single_texel_alignment: u32,
}