|
SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
| PhysicalDeviceShaderImageFootprintFeaturesNV (Bool32 imageFootprint_=0) | |
| PhysicalDeviceShaderImageFootprintFeaturesNV (VkPhysicalDeviceShaderImageFootprintFeaturesNV const &rhs) | |
| PhysicalDeviceShaderImageFootprintFeaturesNV & | operator= (VkPhysicalDeviceShaderImageFootprintFeaturesNV const &rhs) |
| PhysicalDeviceShaderImageFootprintFeaturesNV & | setPNext (void *pNext_) |
| PhysicalDeviceShaderImageFootprintFeaturesNV & | setImageFootprint (Bool32 imageFootprint_) |
| operator VkPhysicalDeviceShaderImageFootprintFeaturesNV const & () const | |
| operator VkPhysicalDeviceShaderImageFootprintFeaturesNV & () | |
| bool | operator== (PhysicalDeviceShaderImageFootprintFeaturesNV const &rhs) const |
| bool | operator!= (PhysicalDeviceShaderImageFootprintFeaturesNV const &rhs) const |
Data Fields | |
| void * | pNext = nullptr |
| Bool32 | imageFootprint |
Private Attributes | |
| StructureType | sType = StructureType::ePhysicalDeviceShaderImageFootprintFeaturesNV |
Definition at line 19819 of file vulkan.hpp.
|
inline |
Definition at line 19821 of file vulkan.hpp.
|
inline |
Definition at line 19826 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 19853 of file vulkan.hpp.
|
inline |
Definition at line 19848 of file vulkan.hpp.
|
inline |
Definition at line 19865 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 19858 of file vulkan.hpp.
References imageFootprint, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 19842 of file vulkan.hpp.
References imageFootprint.
|
inline |
Definition at line 19836 of file vulkan.hpp.
References pNext.
| Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderImageFootprintFeaturesNV::imageFootprint |
Definition at line 19875 of file vulkan.hpp.
Referenced by operator==(), and setImageFootprint().
| void* VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderImageFootprintFeaturesNV::pNext = nullptr |
Definition at line 19874 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 19871 of file vulkan.hpp.
Referenced by operator==().