pub type PhysicalDeviceFragmentShaderBarycentricFeaturesNV = PhysicalDeviceFragmentShaderBarycentricFeaturesKHR;
Expand description

Aliased Type§

struct PhysicalDeviceFragmentShaderBarycentricFeaturesNV {
    pub s_type: StructureType,
    pub next: *mut c_void,
    pub fragment_shader_barycentric: u32,
}

Fields§

§s_type: StructureType§next: *mut c_void§fragment_shader_barycentric: u32