|
HDK
|
#include <vulkan_core.h>
Public Attributes | |
| VkStructureType | sType |
| const void * | pNext |
| VkRayTracingShaderGroupTypeKHR | type |
| uint32_t | generalShader |
| uint32_t | closestHitShader |
| uint32_t | anyHitShader |
| uint32_t | intersectionShader |
| const void * | pShaderGroupCaptureReplayHandle |
Definition at line 16198 of file vulkan_core.h.
| uint32_t VkRayTracingShaderGroupCreateInfoKHR::anyHitShader |
Definition at line 16204 of file vulkan_core.h.
| uint32_t VkRayTracingShaderGroupCreateInfoKHR::closestHitShader |
Definition at line 16203 of file vulkan_core.h.
| uint32_t VkRayTracingShaderGroupCreateInfoKHR::generalShader |
Definition at line 16202 of file vulkan_core.h.
| uint32_t VkRayTracingShaderGroupCreateInfoKHR::intersectionShader |
Definition at line 16205 of file vulkan_core.h.
| const void* VkRayTracingShaderGroupCreateInfoKHR::pNext |
Definition at line 16200 of file vulkan_core.h.
| const void* VkRayTracingShaderGroupCreateInfoKHR::pShaderGroupCaptureReplayHandle |
Definition at line 16206 of file vulkan_core.h.
| VkStructureType VkRayTracingShaderGroupCreateInfoKHR::sType |
Definition at line 16199 of file vulkan_core.h.
| VkRayTracingShaderGroupTypeKHR VkRayTracingShaderGroupCreateInfoKHR::type |
Definition at line 16201 of file vulkan_core.h.