|
SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
| operator VkPhysicalDevicePointClippingProperties const & () const | |
| operator VkPhysicalDevicePointClippingProperties & () | |
| bool | operator== (PhysicalDevicePointClippingProperties const &rhs) const |
| bool | operator!= (PhysicalDevicePointClippingProperties const &rhs) const |
Data Fields | |
| void * | pNext = nullptr |
| PointClippingBehavior | pointClippingBehavior |
Private Attributes | |
| StructureType | sType = StructureType::ePhysicalDevicePointClippingProperties |
Definition at line 35351 of file vulkan.hpp.
|
inline |
Definition at line 35358 of file vulkan.hpp.
|
inline |
Definition at line 35353 of file vulkan.hpp.
|
inline |
Definition at line 35370 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 35363 of file vulkan.hpp.
References pNext, pointClippingBehavior, and sType.
Referenced by operator!=().
| void* VULKAN_HPP_NAMESPACE::PhysicalDevicePointClippingProperties::pNext = nullptr |
Definition at line 35379 of file vulkan.hpp.
Referenced by operator==().
| PointClippingBehavior VULKAN_HPP_NAMESPACE::PhysicalDevicePointClippingProperties::pointClippingBehavior |
Definition at line 35380 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 35376 of file vulkan.hpp.
Referenced by operator==().