pub type VkPhysicalDeviceComputeShaderDerivativesFeaturesNV = VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR;Aliased Type§
#[repr(C)]pub struct VkPhysicalDeviceComputeShaderDerivativesFeaturesNV {
pub sType: u32,
pub pNext: *mut c_void,
pub computeDerivativeGroupQuads: u32,
pub computeDerivativeGroupLinear: u32,
}Fields§
§sType: u32§pNext: *mut c_void§computeDerivativeGroupQuads: u32§computeDerivativeGroupLinear: u32