SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
PhysicalDeviceTransformFeedbackFeaturesEXT (Bool32 transformFeedback_=0, Bool32 geometryStreams_=0) | |
PhysicalDeviceTransformFeedbackFeaturesEXT (VkPhysicalDeviceTransformFeedbackFeaturesEXT const &rhs) | |
PhysicalDeviceTransformFeedbackFeaturesEXT & | operator= (VkPhysicalDeviceTransformFeedbackFeaturesEXT const &rhs) |
PhysicalDeviceTransformFeedbackFeaturesEXT & | setPNext (void *pNext_) |
PhysicalDeviceTransformFeedbackFeaturesEXT & | setTransformFeedback (Bool32 transformFeedback_) |
PhysicalDeviceTransformFeedbackFeaturesEXT & | setGeometryStreams (Bool32 geometryStreams_) |
operator VkPhysicalDeviceTransformFeedbackFeaturesEXT const & () const | |
operator VkPhysicalDeviceTransformFeedbackFeaturesEXT & () | |
bool | operator== (PhysicalDeviceTransformFeedbackFeaturesEXT const &rhs) const |
bool | operator!= (PhysicalDeviceTransformFeedbackFeaturesEXT const &rhs) const |
Data Fields | |
void * | pNext = nullptr |
Bool32 | transformFeedback |
Bool32 | geometryStreams |
Private Attributes | |
StructureType | sType = StructureType::ePhysicalDeviceTransformFeedbackFeaturesEXT |
Definition at line 19188 of file vulkan.hpp.
|
inline |
Definition at line 19190 of file vulkan.hpp.
|
inline |
Definition at line 19197 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 19230 of file vulkan.hpp.
|
inline |
Definition at line 19225 of file vulkan.hpp.
|
inline |
Definition at line 19243 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 19235 of file vulkan.hpp.
References geometryStreams, pNext, sType, and transformFeedback.
Referenced by operator!=().
|
inline |
Definition at line 19219 of file vulkan.hpp.
References geometryStreams.
|
inline |
Definition at line 19207 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 19213 of file vulkan.hpp.
References transformFeedback.
Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceTransformFeedbackFeaturesEXT::geometryStreams |
Definition at line 19254 of file vulkan.hpp.
Referenced by operator==(), and setGeometryStreams().
void* VULKAN_HPP_NAMESPACE::PhysicalDeviceTransformFeedbackFeaturesEXT::pNext = nullptr |
Definition at line 19252 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 19249 of file vulkan.hpp.
Referenced by operator==().
Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceTransformFeedbackFeaturesEXT::transformFeedback |
Definition at line 19253 of file vulkan.hpp.
Referenced by operator==(), and setTransformFeedback().