Navigation
API > API/Runtime > API/Runtime/VulkanRHI > API/Runtime/VulkanRHI/FVulkanShaderHeader
For RayHitGroup shaders.
| Name | ERayHitGroupEntrypoint |
| Type | enum |
| Header File | /Engine/Source/Runtime/VulkanRHI/Public/VulkanShaderResources.h |
| Include Path | #include "VulkanShaderResources.h" |
Syntax
enum ERayHitGroupEntrypoint
{
NotPresent = 0,
CommonBlob,
SeparateBlob,
}
Values
| Name | Remarks |
|---|---|
| NotPresent | |
| CommonBlob | Hit group types are all stored in a single spirv blob and each have different entry point names NOTE: Not used yet because of compiler issues |
| SeparateBlob | Hit group types are each stored in a different spirv blob to circumvent DXC compilation issues |