#include <vulkan_structs.hpp>
|
VULKAN_HPP_CONSTEXPR_14 | ClearColorValue (const std::array< float, 4 > &float32_={}) |
|
VULKAN_HPP_CONSTEXPR | ClearColorValue (float float32_0, float float32_1, float float32_2, float float32_3) |
|
VULKAN_HPP_CONSTEXPR_14 | ClearColorValue (const std::array< int32_t, 4 > &int32_) |
|
VULKAN_HPP_CONSTEXPR | ClearColorValue (int32_t int32_0, int32_t int32_1, int32_t int32_2, int32_t int32_3) |
|
VULKAN_HPP_CONSTEXPR_14 | ClearColorValue (const std::array< uint32_t, 4 > &uint32_) |
|
VULKAN_HPP_CONSTEXPR | ClearColorValue (uint32_t uint32_0, uint32_t uint32_1, uint32_t uint32_2, uint32_t uint32_3) |
|
VULKAN_HPP_CONSTEXPR_14 ClearColorValue & | setFloat32 (std::array< float, 4 > float32_) VULKAN_HPP_NOEXCEPT |
|
VULKAN_HPP_CONSTEXPR_14 ClearColorValue & | setInt32 (std::array< int32_t, 4 > int32_) VULKAN_HPP_NOEXCEPT |
|
VULKAN_HPP_CONSTEXPR_14 ClearColorValue & | setUint32 (std::array< uint32_t, 4 > uint32_) VULKAN_HPP_NOEXCEPT |
|
| operator VkClearColorValue const & () const |
|
| operator VkClearColorValue & () |
|
Definition at line 13638 of file vulkan_structs.hpp.
◆ NativeType
◆ ClearColorValue() [1/6]
◆ ClearColorValue() [2/6]
VULKAN_HPP_CONSTEXPR vk::ClearColorValue::ClearColorValue |
( |
float |
float32_0, |
|
|
float |
float32_1, |
|
|
float |
float32_2, |
|
|
float |
float32_3 |
|
) |
| |
|
inline |
◆ ClearColorValue() [3/6]
◆ ClearColorValue() [4/6]
VULKAN_HPP_CONSTEXPR vk::ClearColorValue::ClearColorValue |
( |
int32_t |
int32_0, |
|
|
int32_t |
int32_1, |
|
|
int32_t |
int32_2, |
|
|
int32_t |
int32_3 |
|
) |
| |
|
inline |
◆ ClearColorValue() [5/6]
◆ ClearColorValue() [6/6]
VULKAN_HPP_CONSTEXPR vk::ClearColorValue::ClearColorValue |
( |
uint32_t |
uint32_0, |
|
|
uint32_t |
uint32_1, |
|
|
uint32_t |
uint32_2, |
|
|
uint32_t |
uint32_3 |
|
) |
| |
|
inline |
◆ operator VkClearColorValue &()
◆ operator VkClearColorValue const &()
◆ setFloat32()
◆ setInt32()
◆ setUint32()
◆ float32
◆ int32
◆ uint32
The documentation for this union was generated from the following file: