Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
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 18226 of file vulkan_core.h.

Member Data Documentation

◆ anyHitShader

uint32_t VkRayTracingShaderGroupCreateInfoKHR::anyHitShader

Definition at line 18232 of file vulkan_core.h.

◆ closestHitShader

uint32_t VkRayTracingShaderGroupCreateInfoKHR::closestHitShader

Definition at line 18231 of file vulkan_core.h.

◆ generalShader

uint32_t VkRayTracingShaderGroupCreateInfoKHR::generalShader

Definition at line 18230 of file vulkan_core.h.

◆ intersectionShader

uint32_t VkRayTracingShaderGroupCreateInfoKHR::intersectionShader

Definition at line 18233 of file vulkan_core.h.

◆ pNext

const void* VkRayTracingShaderGroupCreateInfoKHR::pNext

Definition at line 18228 of file vulkan_core.h.

◆ pShaderGroupCaptureReplayHandle

const void* VkRayTracingShaderGroupCreateInfoKHR::pShaderGroupCaptureReplayHandle

Definition at line 18234 of file vulkan_core.h.

◆ sType

VkStructureType VkRayTracingShaderGroupCreateInfoKHR::sType

Definition at line 18227 of file vulkan_core.h.

◆ type

VkRayTracingShaderGroupTypeKHR VkRayTracingShaderGroupCreateInfoKHR::type

Definition at line 18229 of file vulkan_core.h.


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