Skip to content

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
int32_t x { 0 };

variable y

1
int32_t y { 0 };

variable z

1
int32_t z { 0 };

Friends

friend operator==

1
2
3
4
5
friend bool operator==(
    const Offset3D & ,

    const Offset3D & 
);

Updated on 2024-08-28 at 00:05:07 +0000