SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
ShaderModuleValidationCacheCreateInfoEXT (ValidationCacheEXT validationCache_=ValidationCacheEXT()) | |
ShaderModuleValidationCacheCreateInfoEXT (VkShaderModuleValidationCacheCreateInfoEXT const &rhs) | |
ShaderModuleValidationCacheCreateInfoEXT & | operator= (VkShaderModuleValidationCacheCreateInfoEXT const &rhs) |
ShaderModuleValidationCacheCreateInfoEXT & | setPNext (const void *pNext_) |
ShaderModuleValidationCacheCreateInfoEXT & | setValidationCache (ValidationCacheEXT validationCache_) |
operator VkShaderModuleValidationCacheCreateInfoEXT const & () const | |
operator VkShaderModuleValidationCacheCreateInfoEXT & () | |
bool | operator== (ShaderModuleValidationCacheCreateInfoEXT const &rhs) const |
bool | operator!= (ShaderModuleValidationCacheCreateInfoEXT const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
ValidationCacheEXT | validationCache |
Private Attributes | |
StructureType | sType = StructureType::eShaderModuleValidationCacheCreateInfoEXT |
Definition at line 17194 of file vulkan.hpp.
|
inline |
Definition at line 17196 of file vulkan.hpp.
|
inline |
Definition at line 17201 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 17228 of file vulkan.hpp.
|
inline |
Definition at line 17223 of file vulkan.hpp.
|
inline |
Definition at line 17240 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 17233 of file vulkan.hpp.
References pNext, sType, and validationCache.
Referenced by operator!=().
|
inline |
Definition at line 17211 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 17217 of file vulkan.hpp.
References validationCache.
const void* VULKAN_HPP_NAMESPACE::ShaderModuleValidationCacheCreateInfoEXT::pNext = nullptr |
Definition at line 17249 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 17246 of file vulkan.hpp.
Referenced by operator==().
ValidationCacheEXT VULKAN_HPP_NAMESPACE::ShaderModuleValidationCacheCreateInfoEXT::validationCache |
Definition at line 17250 of file vulkan.hpp.
Referenced by operator==(), and setValidationCache().