Vulkan-Hpp
VkRayTracingShaderGroupCreateInfoNV 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
 

Detailed Description

Definition at line 13400 of file vulkan_core.h.

Member Data Documentation

◆ anyHitShader

uint32_t VkRayTracingShaderGroupCreateInfoNV::anyHitShader

Definition at line 13406 of file vulkan_core.h.

◆ closestHitShader

uint32_t VkRayTracingShaderGroupCreateInfoNV::closestHitShader

Definition at line 13405 of file vulkan_core.h.

◆ generalShader

uint32_t VkRayTracingShaderGroupCreateInfoNV::generalShader

Definition at line 13404 of file vulkan_core.h.

◆ intersectionShader

uint32_t VkRayTracingShaderGroupCreateInfoNV::intersectionShader

Definition at line 13407 of file vulkan_core.h.

◆ pNext

const void* VkRayTracingShaderGroupCreateInfoNV::pNext

Definition at line 13402 of file vulkan_core.h.

◆ sType

VkStructureType VkRayTracingShaderGroupCreateInfoNV::sType

Definition at line 13401 of file vulkan_core.h.

◆ type

VkRayTracingShaderGroupTypeKHR VkRayTracingShaderGroupCreateInfoNV::type

Definition at line 13403 of file vulkan_core.h.


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