RetroArch
Public Member Functions | Public Attributes | List of all members
VULKAN_HPP_NAMESPACE::ClearValue Union Reference

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::ClearValue:
[legend]

Public Member Functions

 ClearValue (ClearColorValue color_=ClearColorValue())
 
 ClearValue (ClearDepthStencilValue depthStencil_)
 
ClearValuesetColor (ClearColorValue color_)
 
ClearValuesetDepthStencil (ClearDepthStencilValue depthStencil_)
 
 operator VkClearValue const & () const
 

Public Attributes

VkClearColorValue color
 
VkClearDepthStencilValue depthStencil
 

Constructor & Destructor Documentation

◆ ClearValue() [1/2]

VULKAN_HPP_NAMESPACE::ClearValue::ClearValue ( ClearColorValue  color_ = ClearColorValue())
inline

◆ ClearValue() [2/2]

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

Member Function Documentation

◆ operator VkClearValue const &()

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

◆ setColor()

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

◆ setDepthStencil()

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

Member Data Documentation

◆ color

VkClearColorValue VULKAN_HPP_NAMESPACE::ClearValue::color

◆ depthStencil

VkClearDepthStencilValue VULKAN_HPP_NAMESPACE::ClearValue::depthStencil

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