Searched refs:max_embedded_immutable_samplers (Results 1 – 2 of 2) sorted by relevance
327 pub max_embedded_immutable_samplers: Option<u32>, field944 …mbedded_immutable_sampler_bindings : Default :: default () , max_embedded_immutable_samplers : Def… in default()949 …vulkan) , max_embedded_immutable_samplers : [properties_ffi . properties_descriptor_buffer_ext . m… in from()
61647 pub max_embedded_immutable_samplers: u32, field61687 max_embedded_immutable_samplers: u32::default(), in default()61812 pub fn max_embedded_immutable_samplers(mut self, max_embedded_immutable_samplers: u32) -> Self { in max_embedded_immutable_samplers() method61813 self.inner.max_embedded_immutable_samplers = max_embedded_immutable_samplers; in max_embedded_immutable_samplers()