|
Blender V5.0
|
#include <vk_common.hh>
Public Attributes | |
| uint32_t | mipmap_level = 0 |
| uint32_t | mipmap_count = VK_REMAINING_MIP_LEVELS |
| uint32_t | layer_base = 0 |
| uint32_t | layer_count = VK_REMAINING_ARRAY_LAYERS |
Definition at line 58 of file vk_common.hh.
| uint32_t blender::gpu::VKSubImageRange::layer_base = 0 |
Definition at line 61 of file vk_common.hh.
| uint32_t blender::gpu::VKSubImageRange::layer_count = VK_REMAINING_ARRAY_LAYERS |
Definition at line 62 of file vk_common.hh.
| uint32_t blender::gpu::VKSubImageRange::mipmap_count = VK_REMAINING_MIP_LEVELS |
Definition at line 60 of file vk_common.hh.
| uint32_t blender::gpu::VKSubImageRange::mipmap_level = 0 |
Definition at line 59 of file vk_common.hh.