Type Alias VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT
Source pub type VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT = VkPhysicalDeviceTexelBufferAlignmentProperties;
#[repr(C)]
pub struct VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT {
pub sType: u32,
pub pNext: *mut c_void,
pub storageTexelBufferOffsetAlignmentBytes: u64,
pub storageTexelBufferOffsetSingleTexelAlignment: u32,
pub uniformTexelBufferOffsetAlignmentBytes: u64,
pub uniformTexelBufferOffsetSingleTexelAlignment: u32,
}