|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT:Data Fields | |
| const void * | pNext = nullptr |
| SampleCountFlagBits | sampleLocationsPerPixel |
| Extent2D | sampleLocationGridSize |
| uint32_t | sampleLocationsCount |
| const SampleLocationEXT * | pSampleLocations |
Private Attributes | |
| StructureType | sType = StructureType::eSampleLocationsInfoEXT |
Definition at line 27983 of file vulkan.hpp.
|
inline |
Definition at line 27985 of file vulkan.hpp.
|
inline |
Definition at line 27996 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 28041 of file vulkan.hpp.
|
inline |
Definition at line 28036 of file vulkan.hpp.
|
inline |
Definition at line 28056 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 28001 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 28046 of file vulkan.hpp.
References pNext, pSampleLocations, sampleLocationGridSize, sampleLocationsCount, sampleLocationsPerPixel, and sType.
Referenced by operator!=().
|
inline |
Definition at line 28006 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 28030 of file vulkan.hpp.
References pSampleLocations.
|
inline |
Definition at line 28018 of file vulkan.hpp.
References sampleLocationGridSize.
|
inline |
Definition at line 28024 of file vulkan.hpp.
References sampleLocationsCount.
|
inline |
Definition at line 28012 of file vulkan.hpp.
References sampleLocationsPerPixel.
| const void* VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT::pNext = nullptr |
Definition at line 28065 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
| const SampleLocationEXT* VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT::pSampleLocations |
Definition at line 28069 of file vulkan.hpp.
Referenced by operator==(), and setPSampleLocations().
| Extent2D VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT::sampleLocationGridSize |
Definition at line 28067 of file vulkan.hpp.
Referenced by operator==(), and setSampleLocationGridSize().
| uint32_t VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT::sampleLocationsCount |
Definition at line 28068 of file vulkan.hpp.
Referenced by operator==(), and setSampleLocationsCount().
| SampleCountFlagBits VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT::sampleLocationsPerPixel |
Definition at line 28066 of file vulkan.hpp.
Referenced by operator==(), and setSampleLocationsPerPixel().
|
private |
Definition at line 28062 of file vulkan.hpp.
Referenced by operator==().