ash::vk::aliases

Type Alias PhysicalDeviceShaderTerminateInvocationFeaturesKHR

source
pub type PhysicalDeviceShaderTerminateInvocationFeaturesKHR<'a> = PhysicalDeviceShaderTerminateInvocationFeatures<'a>;

Aliased Type§

struct PhysicalDeviceShaderTerminateInvocationFeaturesKHR<'a> {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub shader_terminate_invocation: u32,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *mut c_void§shader_terminate_invocation: u32§_marker: PhantomData<&'a ()>

Implementations

source§

impl<'a> PhysicalDeviceShaderTerminateInvocationFeatures<'a>

source

pub fn shader_terminate_invocation( self, shader_terminate_invocation: bool, ) -> Self

Trait Implementations