|
RetroArch
|
#include <vulkan.hpp>
Public Member Functions | |
| PushConstantRange (ShaderStageFlags stageFlags_=ShaderStageFlags(), uint32_t offset_=0, uint32_t size_=0) | |
| PushConstantRange (VkPushConstantRange const &rhs) | |
| PushConstantRange & | operator= (VkPushConstantRange const &rhs) |
| PushConstantRange & | setStageFlags (ShaderStageFlags stageFlags_) |
| PushConstantRange & | setOffset (uint32_t offset_) |
| PushConstantRange & | setSize (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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| uint32_t VULKAN_HPP_NAMESPACE::PushConstantRange::offset |
| uint32_t VULKAN_HPP_NAMESPACE::PushConstantRange::size |
| ShaderStageFlags VULKAN_HPP_NAMESPACE::PushConstantRange::stageFlags |
1.8.15