SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
PhysicalDeviceDiscardRectanglePropertiesEXT (uint32_t maxDiscardRectangles_=0) | |
PhysicalDeviceDiscardRectanglePropertiesEXT (VkPhysicalDeviceDiscardRectanglePropertiesEXT const &rhs) | |
PhysicalDeviceDiscardRectanglePropertiesEXT & | operator= (VkPhysicalDeviceDiscardRectanglePropertiesEXT const &rhs) |
PhysicalDeviceDiscardRectanglePropertiesEXT & | setPNext (void *pNext_) |
PhysicalDeviceDiscardRectanglePropertiesEXT & | setMaxDiscardRectangles (uint32_t maxDiscardRectangles_) |
operator VkPhysicalDeviceDiscardRectanglePropertiesEXT const & () const | |
operator VkPhysicalDeviceDiscardRectanglePropertiesEXT & () | |
bool | operator== (PhysicalDeviceDiscardRectanglePropertiesEXT const &rhs) const |
bool | operator!= (PhysicalDeviceDiscardRectanglePropertiesEXT const &rhs) const |
Data Fields | |
void * | pNext = nullptr |
uint32_t | maxDiscardRectangles |
Private Attributes | |
StructureType | sType = StructureType::ePhysicalDeviceDiscardRectanglePropertiesEXT |
Definition at line 15504 of file vulkan.hpp.
|
inline |
Definition at line 15506 of file vulkan.hpp.
|
inline |
Definition at line 15511 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 15538 of file vulkan.hpp.
|
inline |
Definition at line 15533 of file vulkan.hpp.
|
inline |
Definition at line 15550 of file vulkan.hpp.
|
inline |
Definition at line 15516 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 15543 of file vulkan.hpp.
References maxDiscardRectangles, pNext, and sType.
|
inline |
Definition at line 15527 of file vulkan.hpp.
|
inline |
Definition at line 15521 of file vulkan.hpp.
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceDiscardRectanglePropertiesEXT::maxDiscardRectangles |
Definition at line 15560 of file vulkan.hpp.
Referenced by operator==().
void* VULKAN_HPP_NAMESPACE::PhysicalDeviceDiscardRectanglePropertiesEXT::pNext = nullptr |
Definition at line 15559 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 15556 of file vulkan.hpp.
Referenced by operator==().