Searched refs:fragment_shader_barycentric (Results 1 – 2 of 2) sorted by relevance
3708 fragment_shader_barycentric => {3712 ffi_name: fragment_shader_barycentric,
30211 pub fragment_shader_barycentric: Bool32, field30218 fragment_shader_barycentric: Bool32::default(), in default()30257 pub fn fragment_shader_barycentric(mut self, fragment_shader_barycentric: bool) -> Self { in fragment_shader_barycentric() method30258 self.inner.fragment_shader_barycentric = fragment_shader_barycentric.into(); in fragment_shader_barycentric()