SDL
2.0
|
#include <vulkan.hpp>
Data Fields | |
const void * | pNext = nullptr |
RayTracingShaderGroupTypeNV | type |
uint32_t | generalShader |
uint32_t | closestHitShader |
uint32_t | anyHitShader |
uint32_t | intersectionShader |
Private Attributes | |
StructureType | sType = StructureType::eRayTracingShaderGroupCreateInfoNV |
Definition at line 37266 of file vulkan.hpp.
|
inline |
Definition at line 37268 of file vulkan.hpp.
|
inline |
Definition at line 37281 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 37332 of file vulkan.hpp.
|
inline |
Definition at line 37327 of file vulkan.hpp.
|
inline |
Definition at line 37348 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 37337 of file vulkan.hpp.
References anyHitShader, closestHitShader, generalShader, intersectionShader, pNext, sType, and type.
Referenced by operator!=().
|
inline |
Definition at line 37315 of file vulkan.hpp.
References anyHitShader.
|
inline |
Definition at line 37309 of file vulkan.hpp.
References closestHitShader.
|
inline |
Definition at line 37303 of file vulkan.hpp.
References generalShader.
|
inline |
Definition at line 37321 of file vulkan.hpp.
References intersectionShader.
|
inline |
Definition at line 37291 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 37297 of file vulkan.hpp.
uint32_t VULKAN_HPP_NAMESPACE::RayTracingShaderGroupCreateInfoNV::anyHitShader |
Definition at line 37361 of file vulkan.hpp.
Referenced by operator==(), and setAnyHitShader().
uint32_t VULKAN_HPP_NAMESPACE::RayTracingShaderGroupCreateInfoNV::closestHitShader |
Definition at line 37360 of file vulkan.hpp.
Referenced by operator==(), and setClosestHitShader().
uint32_t VULKAN_HPP_NAMESPACE::RayTracingShaderGroupCreateInfoNV::generalShader |
Definition at line 37359 of file vulkan.hpp.
Referenced by operator==(), and setGeneralShader().
uint32_t VULKAN_HPP_NAMESPACE::RayTracingShaderGroupCreateInfoNV::intersectionShader |
Definition at line 37362 of file vulkan.hpp.
Referenced by operator==(), and setIntersectionShader().
const void* VULKAN_HPP_NAMESPACE::RayTracingShaderGroupCreateInfoNV::pNext = nullptr |
Definition at line 37357 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 37354 of file vulkan.hpp.
Referenced by operator==().
RayTracingShaderGroupTypeNV VULKAN_HPP_NAMESPACE::RayTracingShaderGroupCreateInfoNV::type |
Definition at line 37358 of file vulkan.hpp.
Referenced by operator==().