Vulkan-Hpp
VkRayTracingShaderGroupCreateInfoKHR Struct Reference

#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
 

Detailed Description

Definition at line 19149 of file vulkan_core.h.

Member Data Documentation

◆ anyHitShader

uint32_t VkRayTracingShaderGroupCreateInfoKHR::anyHitShader

Definition at line 19155 of file vulkan_core.h.

◆ closestHitShader

uint32_t VkRayTracingShaderGroupCreateInfoKHR::closestHitShader

Definition at line 19154 of file vulkan_core.h.

◆ generalShader

uint32_t VkRayTracingShaderGroupCreateInfoKHR::generalShader

Definition at line 19153 of file vulkan_core.h.

◆ intersectionShader

uint32_t VkRayTracingShaderGroupCreateInfoKHR::intersectionShader

Definition at line 19156 of file vulkan_core.h.

◆ pNext

const void* VkRayTracingShaderGroupCreateInfoKHR::pNext

Definition at line 19151 of file vulkan_core.h.

◆ pShaderGroupCaptureReplayHandle

const void* VkRayTracingShaderGroupCreateInfoKHR::pShaderGroupCaptureReplayHandle

Definition at line 19157 of file vulkan_core.h.

◆ sType

VkStructureType VkRayTracingShaderGroupCreateInfoKHR::sType

Definition at line 19150 of file vulkan_core.h.

◆ type

VkRayTracingShaderGroupTypeKHR VkRayTracingShaderGroupCreateInfoKHR::type

Definition at line 19152 of file vulkan_core.h.


The documentation for this struct was generated from the following file: