Home
last modified time | relevance | path

Searched defs:non_seamless_cube_map (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/virtio/vulkan/
Dvn_physical_device.c191 VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT non_seamless_cube_map; in vn_physical_device_init_features() member
/external/rust/android-crates-io/crates/vulkano/out/
Dfeatures.rs364 pub non_seamless_cube_map: bool, field
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs70220 pub non_seamless_cube_map: Bool32, field
70269 pub fn non_seamless_cube_map(mut self, non_seamless_cube_map: bool) -> Self { in non_seamless_cube_map() method