Go to the source code of this file.
◆ mipmap_mode_to_vk_sampler_mipmap_mode()
Definition at line 27 of file GrVkSampler.cpp.
27 {
28 switch (mm) {
29
30
31
35 }
37}
@ VK_SAMPLER_MIPMAP_MODE_NEAREST
@ VK_SAMPLER_MIPMAP_MODE_LINEAR
◆ wrap_mode_to_vk_sampler_address()
Definition at line 13 of file GrVkSampler.cpp.
13 {
14 switch (wrapMode) {
23 }
25}
@ VK_SAMPLER_ADDRESS_MODE_MIRRORED_REPEAT
@ VK_SAMPLER_ADDRESS_MODE_REPEAT
@ VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE
@ VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_BORDER