Skip to main content

PhysicalDeviceComputeShaderDerivativesFeaturesNV

Type Alias PhysicalDeviceComputeShaderDerivativesFeaturesNV 

Source
pub type PhysicalDeviceComputeShaderDerivativesFeaturesNV = PhysicalDeviceComputeShaderDerivativesFeaturesKHR;

Aliased Type§

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

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COMPUTE_SHADER_DERIVATIVES_FEATURES_KHR.

§p_next: *mut c_void

Optional, may be null.

§compute_derivative_group_quads: u32§compute_derivative_group_linear: u32