Navigation
API > API/Runtime > API/Runtime/RHI
| Name | ERHIShaderBundleMethod |
| Type | enum |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIDefinitions.h |
| Include Path | #include "RHIDefinitions.h" |
Syntax
enum ERHIShaderBundleMethod
{
Emulation = 0,
Native = 1,
}
Values
| Name | Remarks |
|---|---|
| Emulation | Dispatch shader bundles using the emulation path. |
| Native | Dispatch shader bundles using native platform features. |