KDGpu::Offset3D¶
Module: Public API
#include <gpu_core.h>
Public Attributes¶
Name | |
---|---|
int32_t | x |
int32_t | y |
int32_t | z |
Friends¶
Name | |
---|---|
bool | operator==(const Offset3D & , const Offset3D & ) |
Public Attributes Documentation¶
variable x¶
1 |
|
variable y¶
1 |
|
variable z¶
1 |
|
Friends¶
friend operator==¶
1 2 3 4 5 |
|
Updated on 2024-11-24 at 00:01:30 +0000