Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dfeatures.rs254 pub fragment_shader_barycentric: bool, field
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs63339 pub fragment_shader_barycentric: Bool32, field
63391 pub fn fragment_shader_barycentric(mut self, fragment_shader_barycentric: bool) -> Self { in fragment_shader_barycentric() method