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