#include <vulkan.hpp>
Definition at line 6074 of file vulkan.hpp.
◆ ClearColorValue() [1/3]
VULKAN_HPP_NAMESPACE::ClearColorValue::ClearColorValue |
( |
const std::array< float, 4 > & |
float32_ = { {0} } | ) |
|
|
inline |
◆ ClearColorValue() [2/3]
VULKAN_HPP_NAMESPACE::ClearColorValue::ClearColorValue |
( |
const std::array< int32_t, 4 > & |
int32_ | ) |
|
|
inline |
◆ ClearColorValue() [3/3]
VULKAN_HPP_NAMESPACE::ClearColorValue::ClearColorValue |
( |
const std::array< uint32_t, 4 > & |
uint32_ | ) |
|
|
inline |
◆ operator VkClearColorValue &()
Definition at line 6114 of file vulkan.hpp.
6116 return *reinterpret_cast<VkClearColorValue*>(
this);
◆ operator VkClearColorValue const &()
Definition at line 6109 of file vulkan.hpp.
6111 return *reinterpret_cast<const VkClearColorValue*>(
this);
◆ setFloat32()
◆ setInt32()
◆ setUint32()
◆ float32
float VULKAN_HPP_NAMESPACE::ClearColorValue::float32[4] |
◆ int32
int32_t VULKAN_HPP_NAMESPACE::ClearColorValue::int32[4] |
◆ uint32
uint32_t VULKAN_HPP_NAMESPACE::ClearColorValue::uint32[4] |
The documentation for this union was generated from the following file: