Struct unity_native_plugin_sys::VkPhysicalDeviceMultiviewFeatures [−][src]
#[repr(C)]pub struct VkPhysicalDeviceMultiviewFeatures {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub multiview: VkBool32,
pub multiviewGeometryShader: VkBool32,
pub multiviewTessellationShader: VkBool32,
}Fields
sType: VkStructureTypepNext: *mut c_voidmultiview: VkBool32multiviewGeometryShader: VkBool32multiviewTessellationShader: VkBool32Trait Implementations
Auto Trait Implementations
impl !Send for VkPhysicalDeviceMultiviewFeatures
impl !Sync for VkPhysicalDeviceMultiviewFeatures
impl Unpin for VkPhysicalDeviceMultiviewFeatures
Blanket Implementations
Mutably borrows from an owned value. Read more