SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
PhysicalDeviceFragmentShaderBarycentricFeaturesNV (Bool32 fragmentShaderBarycentric_=0) | |
PhysicalDeviceFragmentShaderBarycentricFeaturesNV (VkPhysicalDeviceFragmentShaderBarycentricFeaturesNV const &rhs) | |
PhysicalDeviceFragmentShaderBarycentricFeaturesNV & | operator= (VkPhysicalDeviceFragmentShaderBarycentricFeaturesNV const &rhs) |
PhysicalDeviceFragmentShaderBarycentricFeaturesNV & | setPNext (void *pNext_) |
PhysicalDeviceFragmentShaderBarycentricFeaturesNV & | setFragmentShaderBarycentric (Bool32 fragmentShaderBarycentric_) |
operator VkPhysicalDeviceFragmentShaderBarycentricFeaturesNV const & () const | |
operator VkPhysicalDeviceFragmentShaderBarycentricFeaturesNV & () | |
bool | operator== (PhysicalDeviceFragmentShaderBarycentricFeaturesNV const &rhs) const |
bool | operator!= (PhysicalDeviceFragmentShaderBarycentricFeaturesNV const &rhs) const |
Data Fields | |
void * | pNext = nullptr |
Bool32 | fragmentShaderBarycentric |
Private Attributes | |
StructureType | sType = StructureType::ePhysicalDeviceFragmentShaderBarycentricFeaturesNV |
Definition at line 19759 of file vulkan.hpp.
|
inline |
Definition at line 19761 of file vulkan.hpp.
|
inline |
Definition at line 19766 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 19793 of file vulkan.hpp.
|
inline |
Definition at line 19788 of file vulkan.hpp.
|
inline |
Definition at line 19805 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 19798 of file vulkan.hpp.
References fragmentShaderBarycentric, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 19782 of file vulkan.hpp.
References fragmentShaderBarycentric.
|
inline |
Definition at line 19776 of file vulkan.hpp.
References pNext.
Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentShaderBarycentricFeaturesNV::fragmentShaderBarycentric |
Definition at line 19815 of file vulkan.hpp.
Referenced by operator==(), and setFragmentShaderBarycentric().
void* VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentShaderBarycentricFeaturesNV::pNext = nullptr |
Definition at line 19814 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 19811 of file vulkan.hpp.
Referenced by operator==().