KDGpu::ColorClearValue¶
Module: Public API
#include <gpu_core.h>
Public Attributes¶
| Name | |
|---|---|
| float[4] | float32 | 
| int32_t[4] | int32 | 
| uint32_t[4] | uint32 | 
Friends¶
| Name | |
|---|---|
| bool | operator==(const ColorClearValue & lhs, const ColorClearValue & rhs) | 
Public Attributes Documentation¶
variable float32¶
1 |  | 
variable int32¶
1 |  | 
variable uint32¶
1 |  | 
Friends¶
friend operator==¶
1 2 3 4 5  |  | 
Updated on 2025-07-08 at 12:01:11 +0000