Blender V5.0
blender::gpu::VKSubImageRange Struct Reference

#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

Detailed Description

Definition at line 58 of file vk_common.hh.

Member Data Documentation

◆ layer_base

uint32_t blender::gpu::VKSubImageRange::layer_base = 0

Definition at line 61 of file vk_common.hh.

◆ layer_count

uint32_t blender::gpu::VKSubImageRange::layer_count = VK_REMAINING_ARRAY_LAYERS

Definition at line 62 of file vk_common.hh.

◆ mipmap_count

uint32_t blender::gpu::VKSubImageRange::mipmap_count = VK_REMAINING_MIP_LEVELS

Definition at line 60 of file vk_common.hh.

◆ mipmap_level

uint32_t blender::gpu::VKSubImageRange::mipmap_level = 0

Definition at line 59 of file vk_common.hh.


The documentation for this struct was generated from the following file: