Struct unity_native_plugin_sys::VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT [−][src]
#[repr(C)]pub struct VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub texelBufferAlignment: VkBool32,
}Fields
sType: VkStructureTypepNext: *mut c_voidtexelBufferAlignment: VkBool32Trait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more