PhysicalDeviceComputeShaderDerivativesFeaturesNV

Type Alias PhysicalDeviceComputeShaderDerivativesFeaturesNV 

Source
pub type PhysicalDeviceComputeShaderDerivativesFeaturesNV = PhysicalDeviceComputeShaderDerivativesFeaturesKHR;
Expand description

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceComputeShaderDerivativesFeaturesNV { pub s_type: StructureType, pub next: *mut c_void, pub compute_derivative_group_quads: u32, pub compute_derivative_group_linear: u32, }

Fields§

§s_type: StructureType§next: *mut c_void§compute_derivative_group_quads: u32§compute_derivative_group_linear: u32