KDGpu::TextureSubresourceRange¶
Module: Public API
#include <gpu_core.h>
Public Attributes¶
Name | |
---|---|
TextureAspectFlags | aspectMask |
uint32_t | baseMipLevel |
uint32_t | levelCount |
uint32_t | baseArrayLayer |
uint32_t | layerCount |
Public Attributes Documentation¶
variable aspectMask¶
1 |
|
variable baseMipLevel¶
1 |
|
variable levelCount¶
1 |
|
variable baseArrayLayer¶
1 |
|
variable layerCount¶
1 |
|
Updated on 2024-11-22 at 00:02:02 +0000