Searched defs:ClearColorValue (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/ |
H A D | pipeline_state_desc.h | 652 union ClearColorValue { union 655 constexpr ClearColorValue(float r, float g, float b, float a) : float32 { r, g, b, a } {}; in ClearColorValue() function 656 constexpr ClearColorValue(int32_t r, int32_t g, int32_t b, int32_t a) : int32 { r, g, b, a } {}; in ClearColorValue() function 657 …constexpr ClearColorValue(uint32_t r, uint32_t g, uint32_t b, uint32_t a) : uint32 { r, g, b, a } … in ClearColorValue() function
|