Skip to content

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
uint32_t width { 0 };

variable height

1
uint32_t height { 0 };

variable depth

1
uint32_t depth { 0 };

Friends

friend operator==

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

    const Extent3D & 
);

Updated on 2024-10-16 at 00:11:40 +0000