SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
PhysicalDeviceRepresentativeFragmentTestFeaturesNV (Bool32 representativeFragmentTest_=0) | |
PhysicalDeviceRepresentativeFragmentTestFeaturesNV (VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV const &rhs) | |
PhysicalDeviceRepresentativeFragmentTestFeaturesNV & | operator= (VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV const &rhs) |
PhysicalDeviceRepresentativeFragmentTestFeaturesNV & | setPNext (void *pNext_) |
PhysicalDeviceRepresentativeFragmentTestFeaturesNV & | setRepresentativeFragmentTest (Bool32 representativeFragmentTest_) |
operator VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV const & () const | |
operator VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV & () | |
bool | operator== (PhysicalDeviceRepresentativeFragmentTestFeaturesNV const &rhs) const |
bool | operator!= (PhysicalDeviceRepresentativeFragmentTestFeaturesNV const &rhs) const |
Data Fields | |
void * | pNext = nullptr |
Bool32 | representativeFragmentTest |
Private Attributes | |
StructureType | sType = StructureType::ePhysicalDeviceRepresentativeFragmentTestFeaturesNV |
Definition at line 19379 of file vulkan.hpp.
|
inline |
Definition at line 19381 of file vulkan.hpp.
|
inline |
|
inline |
Definition at line 19413 of file vulkan.hpp.
|
inline |
Definition at line 19408 of file vulkan.hpp.
|
inline |
Definition at line 19425 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 19418 of file vulkan.hpp.
References pNext, representativeFragmentTest, and sType.
Referenced by operator!=().
|
inline |
Definition at line 19396 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 19402 of file vulkan.hpp.
References representativeFragmentTest.
void* VULKAN_HPP_NAMESPACE::PhysicalDeviceRepresentativeFragmentTestFeaturesNV::pNext = nullptr |
Definition at line 19434 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceRepresentativeFragmentTestFeaturesNV::representativeFragmentTest |
Definition at line 19435 of file vulkan.hpp.
Referenced by operator==(), and setRepresentativeFragmentTest().
|
private |
Definition at line 19431 of file vulkan.hpp.
Referenced by operator==().