Skip to content

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
float[4] float32;

variable int32

1
int32_t[4] int32;

variable uint32

1
uint32_t[4] uint32;

Friends

friend operator==

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

    const ColorClearValue & rhs
);

Updated on 2024-09-08 at 00:13:10 +0000