|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::HdrMetadataEXT:Data Fields | |
| const void * | pNext = nullptr |
| XYColorEXT | displayPrimaryRed |
| XYColorEXT | displayPrimaryGreen |
| XYColorEXT | displayPrimaryBlue |
| XYColorEXT | whitePoint |
| float | maxLuminance |
| float | minLuminance |
| float | maxContentLightLevel |
| float | maxFrameAverageLightLevel |
Private Attributes | |
| StructureType | sType = StructureType::eHdrMetadataEXT |
Definition at line 15080 of file vulkan.hpp.
|
inline |
Definition at line 15082 of file vulkan.hpp.
|
inline |
Definition at line 15101 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 15170 of file vulkan.hpp.
|
inline |
Definition at line 15165 of file vulkan.hpp.
|
inline |
Definition at line 15189 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 15106 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 15175 of file vulkan.hpp.
References displayPrimaryBlue, displayPrimaryGreen, displayPrimaryRed, maxContentLightLevel, maxFrameAverageLightLevel, maxLuminance, minLuminance, pNext, sType, and whitePoint.
Referenced by operator!=().
|
inline |
Definition at line 15129 of file vulkan.hpp.
References displayPrimaryBlue.
|
inline |
Definition at line 15123 of file vulkan.hpp.
References displayPrimaryGreen.
|
inline |
Definition at line 15117 of file vulkan.hpp.
References displayPrimaryRed.
|
inline |
Definition at line 15153 of file vulkan.hpp.
References maxContentLightLevel.
|
inline |
Definition at line 15159 of file vulkan.hpp.
References maxFrameAverageLightLevel.
|
inline |
Definition at line 15141 of file vulkan.hpp.
References maxLuminance.
|
inline |
Definition at line 15147 of file vulkan.hpp.
References minLuminance.
|
inline |
Definition at line 15111 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 15135 of file vulkan.hpp.
References whitePoint.
| XYColorEXT VULKAN_HPP_NAMESPACE::HdrMetadataEXT::displayPrimaryBlue |
Definition at line 15201 of file vulkan.hpp.
Referenced by operator==(), and setDisplayPrimaryBlue().
| XYColorEXT VULKAN_HPP_NAMESPACE::HdrMetadataEXT::displayPrimaryGreen |
Definition at line 15200 of file vulkan.hpp.
Referenced by operator==(), and setDisplayPrimaryGreen().
| XYColorEXT VULKAN_HPP_NAMESPACE::HdrMetadataEXT::displayPrimaryRed |
Definition at line 15199 of file vulkan.hpp.
Referenced by operator==(), and setDisplayPrimaryRed().
| float VULKAN_HPP_NAMESPACE::HdrMetadataEXT::maxContentLightLevel |
Definition at line 15205 of file vulkan.hpp.
Referenced by operator==(), and setMaxContentLightLevel().
| float VULKAN_HPP_NAMESPACE::HdrMetadataEXT::maxFrameAverageLightLevel |
Definition at line 15206 of file vulkan.hpp.
Referenced by operator==(), and setMaxFrameAverageLightLevel().
| float VULKAN_HPP_NAMESPACE::HdrMetadataEXT::maxLuminance |
Definition at line 15203 of file vulkan.hpp.
Referenced by operator==(), and setMaxLuminance().
| float VULKAN_HPP_NAMESPACE::HdrMetadataEXT::minLuminance |
Definition at line 15204 of file vulkan.hpp.
Referenced by operator==(), and setMinLuminance().
| const void* VULKAN_HPP_NAMESPACE::HdrMetadataEXT::pNext = nullptr |
Definition at line 15198 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 15195 of file vulkan.hpp.
Referenced by operator==().
| XYColorEXT VULKAN_HPP_NAMESPACE::HdrMetadataEXT::whitePoint |
Definition at line 15202 of file vulkan.hpp.
Referenced by operator==(), and setWhitePoint().