KDGpu::Extent3D¶
Module: Public API
#include <gpu_core.h>
Public Attributes¶
| Name | |
|---|---|
| uint32_t | width | 
| uint32_t | height | 
| uint32_t | depth | 
Friends¶
| Name | |
|---|---|
| bool | operator==(const Extent3D & , const Extent3D & ) | 
Public Attributes Documentation¶
variable width¶
1 |  | 
variable height¶
1 |  | 
variable depth¶
1 |  | 
Friends¶
friend operator==¶
1 2 3 4 5  |  | 
Updated on 2025-07-08 at 12:01:11 +0000