HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VkRayTracingShaderGroupCreateInfoKHR Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const voidpNext
 
VkRayTracingShaderGroupTypeKHR type
 
uint32_t generalShader
 
uint32_t closestHitShader
 
uint32_t anyHitShader
 
uint32_t intersectionShader
 
const voidpShaderGroupCaptureReplayHandle
 

Detailed Description

Definition at line 16198 of file vulkan_core.h.

Member Data Documentation

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.


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