SDL 2.0
|
#include <vulkan.hpp>
Private Attributes | |
StructureType | sType = StructureType::ePhysicalDeviceRayTracingPropertiesNV |
Definition at line 20713 of file vulkan.hpp.
|
inline |
Definition at line 20715 of file vulkan.hpp.
|
inline |
Definition at line 20734 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 20803 of file vulkan.hpp.
|
inline |
Definition at line 20798 of file vulkan.hpp.
|
inline |
Definition at line 20822 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 20808 of file vulkan.hpp.
References maxDescriptorSetAccelerationStructures, maxGeometryCount, maxInstanceCount, maxRecursionDepth, maxShaderGroupStride, maxTriangleCount, pNext, shaderGroupBaseAlignment, shaderGroupHandleSize, and sType.
Referenced by operator!=().
|
inline |
Definition at line 20792 of file vulkan.hpp.
References maxDescriptorSetAccelerationStructures.
|
inline |
Definition at line 20774 of file vulkan.hpp.
References maxGeometryCount.
|
inline |
Definition at line 20780 of file vulkan.hpp.
References maxInstanceCount.
|
inline |
Definition at line 20756 of file vulkan.hpp.
References maxRecursionDepth.
|
inline |
Definition at line 20762 of file vulkan.hpp.
References maxShaderGroupStride.
|
inline |
Definition at line 20786 of file vulkan.hpp.
References maxTriangleCount.
|
inline |
Definition at line 20744 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 20768 of file vulkan.hpp.
References shaderGroupBaseAlignment.
|
inline |
Definition at line 20750 of file vulkan.hpp.
References shaderGroupHandleSize.
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV::maxDescriptorSetAccelerationStructures |
Definition at line 20839 of file vulkan.hpp.
Referenced by operator==(), and setMaxDescriptorSetAccelerationStructures().
uint64_t VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV::maxGeometryCount |
Definition at line 20836 of file vulkan.hpp.
Referenced by operator==(), and setMaxGeometryCount().
uint64_t VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV::maxInstanceCount |
Definition at line 20837 of file vulkan.hpp.
Referenced by operator==(), and setMaxInstanceCount().
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV::maxRecursionDepth |
Definition at line 20833 of file vulkan.hpp.
Referenced by operator==(), and setMaxRecursionDepth().
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV::maxShaderGroupStride |
Definition at line 20834 of file vulkan.hpp.
Referenced by operator==(), and setMaxShaderGroupStride().
uint64_t VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV::maxTriangleCount |
Definition at line 20838 of file vulkan.hpp.
Referenced by operator==(), and setMaxTriangleCount().
void* VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV::pNext = nullptr |
Definition at line 20831 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV::shaderGroupBaseAlignment |
Definition at line 20835 of file vulkan.hpp.
Referenced by operator==(), and setShaderGroupBaseAlignment().
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV::shaderGroupHandleSize |
Definition at line 20832 of file vulkan.hpp.
Referenced by operator==(), and setShaderGroupHandleSize().
|
private |
Definition at line 20828 of file vulkan.hpp.
Referenced by operator==().