HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::ClearValue Union Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkClearValue
 

Public Member Functions

VULKAN_HPP_CONSTEXPR_14 ClearValue (VULKAN_HPP_NAMESPACE::ClearColorValue color_={})
 
VULKAN_HPP_CONSTEXPR_14 ClearValue (VULKAN_HPP_NAMESPACE::ClearDepthStencilValue depthStencil_)
 
VULKAN_HPP_CONSTEXPR_14
ClearValue
setColor (VULKAN_HPP_NAMESPACE::ClearColorValue const &color_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
ClearValue
setDepthStencil (VULKAN_HPP_NAMESPACE::ClearDepthStencilValue const &depthStencil_) VULKAN_HPP_NOEXCEPT
 
 operator VkClearValue const & () const
 
 operator VkClearValue & ()
 

Public Attributes

VkClearColorValue color
 
VkClearDepthStencilValue depthStencil
 

Detailed Description

Definition at line 12652 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_NAMESPACE::ClearValue::ClearValue ( VULKAN_HPP_NAMESPACE::ClearColorValue  color_ = {})
inline

Definition at line 12657 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_NAMESPACE::ClearValue::ClearValue ( VULKAN_HPP_NAMESPACE::ClearDepthStencilValue  depthStencil_)
inline

Definition at line 12659 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::ClearValue::operator VkClearValue & ( )
inline

Definition at line 12681 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::ClearValue::operator VkClearValue const & ( ) const
inline

Definition at line 12676 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 ClearValue& VULKAN_HPP_NAMESPACE::ClearValue::setColor ( VULKAN_HPP_NAMESPACE::ClearColorValue const color_)
inline

Definition at line 12663 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 ClearValue& VULKAN_HPP_NAMESPACE::ClearValue::setDepthStencil ( VULKAN_HPP_NAMESPACE::ClearDepthStencilValue const depthStencil_)
inline

Definition at line 12669 of file vulkan_structs.hpp.

Member Data Documentation

VkClearColorValue VULKAN_HPP_NAMESPACE::ClearValue::color

Definition at line 12690 of file vulkan_structs.hpp.

VkClearDepthStencilValue VULKAN_HPP_NAMESPACE::ClearValue::depthStencil

Definition at line 12691 of file vulkan_structs.hpp.


The documentation for this union was generated from the following file: