Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/vulkano/out/
Dfeatures.rs162 pub exclusive_scissor: bool, field
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs33710 pub exclusive_scissor: Bool32, field
33756 pub fn exclusive_scissor(mut self, exclusive_scissor: bool) -> Self { in exclusive_scissor() method