Struct ash::vk::PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder [−][src]
#[repr(transparent)]pub struct PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a> { /* fields omitted */ }
Implementations
pub fn fragment_shader_sample_interlock(
self,
fragment_shader_sample_interlock: bool
) -> PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a>
pub fn fragment_shader_pixel_interlock(
self,
fragment_shader_pixel_interlock: bool
) -> PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a>
pub fn fragment_shader_shading_rate_interlock(
self,
fragment_shader_shading_rate_interlock: bool
) -> PhysicalDeviceFragmentShaderInterlockFeaturesEXTBuilder<'a>
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Methods from Deref<Target = PhysicalDeviceFragmentShaderInterlockFeaturesEXT>
Trait Implementations
The resulting type after dereferencing.