Home
last modified time | relevance | path

Searched refs:fragment_shader_barycentric (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/vulkano/out/
Dautogen.rs3708 fragment_shader_barycentric => {
3712 ffi_name: fragment_shader_barycentric,
/external/rust/crates/ash/src/vk/
Ddefinitions.rs30211 pub fragment_shader_barycentric: Bool32, field
30218 fragment_shader_barycentric: Bool32::default(), in default()
30257 pub fn fragment_shader_barycentric(mut self, fragment_shader_barycentric: bool) -> Self { in fragment_shader_barycentric() method
30258 self.inner.fragment_shader_barycentric = fragment_shader_barycentric.into(); in fragment_shader_barycentric()