RetroArch
Public Member Functions | Public Attributes | List of all members
VULKAN_HPP_NAMESPACE::PushConstantRange Struct Reference

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::PushConstantRange:
[legend]

Public Member Functions

 PushConstantRange (ShaderStageFlags stageFlags_=ShaderStageFlags(), uint32_t offset_=0, uint32_t size_=0)
 
 PushConstantRange (VkPushConstantRange const &rhs)
 
PushConstantRangeoperator= (VkPushConstantRange const &rhs)
 
PushConstantRangesetStageFlags (ShaderStageFlags stageFlags_)
 
PushConstantRangesetOffset (uint32_t offset_)
 
PushConstantRangesetSize (uint32_t size_)
 
 operator const VkPushConstantRange & () const
 
bool operator== (PushConstantRange const &rhs) const
 
bool operator!= (PushConstantRange const &rhs) const
 

Public Attributes

ShaderStageFlags stageFlags
 
uint32_t offset
 
uint32_t size
 

Constructor & Destructor Documentation

◆ PushConstantRange() [1/2]

VULKAN_HPP_NAMESPACE::PushConstantRange::PushConstantRange ( ShaderStageFlags  stageFlags_ = ShaderStageFlags(),
uint32_t  offset_ = 0,
uint32_t  size_ = 0 
)
inline

◆ PushConstantRange() [2/2]

VULKAN_HPP_NAMESPACE::PushConstantRange::PushConstantRange ( VkPushConstantRange const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkPushConstantRange &()

VULKAN_HPP_NAMESPACE::PushConstantRange::operator const VkPushConstantRange & ( ) const
inline

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::PushConstantRange::operator!= ( PushConstantRange const rhs) const
inline
Here is the call graph for this function:

◆ operator=()

PushConstantRange& VULKAN_HPP_NAMESPACE::PushConstantRange::operator= ( VkPushConstantRange const rhs)
inline
Here is the call graph for this function:

◆ operator==()

bool VULKAN_HPP_NAMESPACE::PushConstantRange::operator== ( PushConstantRange const rhs) const
inline
Here is the caller graph for this function:

◆ setOffset()

PushConstantRange& VULKAN_HPP_NAMESPACE::PushConstantRange::setOffset ( uint32_t  offset_)
inline

◆ setSize()

PushConstantRange& VULKAN_HPP_NAMESPACE::PushConstantRange::setSize ( uint32_t  size_)
inline

◆ setStageFlags()

PushConstantRange& VULKAN_HPP_NAMESPACE::PushConstantRange::setStageFlags ( ShaderStageFlags  stageFlags_)
inline

Member Data Documentation

◆ offset

uint32_t VULKAN_HPP_NAMESPACE::PushConstantRange::offset

◆ size

uint32_t VULKAN_HPP_NAMESPACE::PushConstantRange::size

◆ stageFlags

ShaderStageFlags VULKAN_HPP_NAMESPACE::PushConstantRange::stageFlags

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