Struct unity_native_plugin_sys::VkPhysicalDeviceMeshShaderFeaturesNV [−][src]
#[repr(C)]pub struct VkPhysicalDeviceMeshShaderFeaturesNV {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub taskShader: VkBool32,
pub meshShader: VkBool32,
}Fields
sType: VkStructureTypepNext: *mut c_voidtaskShader: VkBool32meshShader: VkBool32Trait Implementations
Auto Trait Implementations
impl !Send for VkPhysicalDeviceMeshShaderFeaturesNV
impl !Sync for VkPhysicalDeviceMeshShaderFeaturesNV
Blanket Implementations
Mutably borrows from an owned value. Read more