Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkClearValue |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR_14 | ClearValue (vk::ClearColorValue color_={}) |
VULKAN_HPP_CONSTEXPR_14 | ClearValue (vk::ClearDepthStencilValue depthStencil_) |
VULKAN_HPP_CONSTEXPR_14 ClearValue & | setColor (vk::ClearColorValue const &color_) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 ClearValue & | setDepthStencil (vk::ClearDepthStencilValue const &depthStencil_) VULKAN_HPP_NOEXCEPT |
operator VkClearValue const & () const | |
operator VkClearValue & () | |
Public Attributes | |
VkClearColorValue | color |
VkClearDepthStencilValue | depthStencil |
Definition at line 13786 of file vulkan_structs.hpp.
Definition at line 13788 of file vulkan_structs.hpp.
|
inline |
Definition at line 13791 of file vulkan_structs.hpp.
|
inline |
Definition at line 13793 of file vulkan_structs.hpp.
|
inline |
Definition at line 13815 of file vulkan_structs.hpp.
|
inline |
Definition at line 13810 of file vulkan_structs.hpp.
|
inline |
Definition at line 13797 of file vulkan_structs.hpp.
|
inline |
Definition at line 13803 of file vulkan_structs.hpp.
VkClearColorValue vk::ClearValue::color |
Definition at line 13824 of file vulkan_structs.hpp.
VkClearDepthStencilValue vk::ClearValue::depthStencil |
Definition at line 13825 of file vulkan_structs.hpp.