Struct unity_native_plugin_sys::VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT [−][src]
#[repr(C)]pub struct VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub storageTexelBufferOffsetAlignmentBytes: VkDeviceSize,
pub storageTexelBufferOffsetSingleTexelAlignment: VkBool32,
pub uniformTexelBufferOffsetAlignmentBytes: VkDeviceSize,
pub uniformTexelBufferOffsetSingleTexelAlignment: VkBool32,
}Fields
sType: VkStructureTypepNext: *mut c_voidstorageTexelBufferOffsetAlignmentBytes: VkDeviceSizestorageTexelBufferOffsetSingleTexelAlignment: VkBool32uniformTexelBufferOffsetAlignmentBytes: VkDeviceSizeuniformTexelBufferOffsetSingleTexelAlignment: VkBool32Trait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more