SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
PhysicalDeviceMultiviewFeatures (Bool32 multiview_=0, Bool32 multiviewGeometryShader_=0, Bool32 multiviewTessellationShader_=0) | |
PhysicalDeviceMultiviewFeatures (VkPhysicalDeviceMultiviewFeatures const &rhs) | |
PhysicalDeviceMultiviewFeatures & | operator= (VkPhysicalDeviceMultiviewFeatures const &rhs) |
PhysicalDeviceMultiviewFeatures & | setPNext (void *pNext_) |
PhysicalDeviceMultiviewFeatures & | setMultiview (Bool32 multiview_) |
PhysicalDeviceMultiviewFeatures & | setMultiviewGeometryShader (Bool32 multiviewGeometryShader_) |
PhysicalDeviceMultiviewFeatures & | setMultiviewTessellationShader (Bool32 multiviewTessellationShader_) |
operator VkPhysicalDeviceMultiviewFeatures const & () const | |
operator VkPhysicalDeviceMultiviewFeatures & () | |
bool | operator== (PhysicalDeviceMultiviewFeatures const &rhs) const |
bool | operator!= (PhysicalDeviceMultiviewFeatures const &rhs) const |
Data Fields | |
void * | pNext = nullptr |
Bool32 | multiview |
Bool32 | multiviewGeometryShader |
Bool32 | multiviewTessellationShader |
Private Attributes | |
StructureType | sType = StructureType::ePhysicalDeviceMultiviewFeatures |
Definition at line 13963 of file vulkan.hpp.
|
inline |
Definition at line 13965 of file vulkan.hpp.
|
inline |
Definition at line 13974 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 14013 of file vulkan.hpp.
|
inline |
Definition at line 14008 of file vulkan.hpp.
|
inline |
Definition at line 14027 of file vulkan.hpp.
|
inline |
Definition at line 13979 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 14018 of file vulkan.hpp.
References multiview, multiviewGeometryShader, multiviewTessellationShader, pNext, and sType.
|
inline |
Definition at line 13990 of file vulkan.hpp.
|
inline |
Definition at line 13996 of file vulkan.hpp.
|
inline |
Definition at line 14002 of file vulkan.hpp.
|
inline |
Definition at line 13984 of file vulkan.hpp.
Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewFeatures::multiview |
Definition at line 14037 of file vulkan.hpp.
Referenced by operator==().
Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewFeatures::multiviewGeometryShader |
Definition at line 14038 of file vulkan.hpp.
Referenced by operator==().
Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewFeatures::multiviewTessellationShader |
Definition at line 14039 of file vulkan.hpp.
Referenced by operator==().
void* VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewFeatures::pNext = nullptr |
Definition at line 14036 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 14033 of file vulkan.hpp.
Referenced by operator==().