Navigation
API > API/Runtime > API/Runtime/Renderer
Enumeration of the specialized command processing variants.
| Name | EBatchProcessingMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/Renderer/Public/InstanceCulling/InstanceCullingContext.h |
| Include Path | #include "InstanceCulling/InstanceCullingContext.h" |
Syntax
enum EBatchProcessingMode
{
Generic,
UnCulled,
Num,
}
Values
| Name | Remarks |
|---|---|
| Generic | Generic processing mode, handles all the features. |
| UnCulled | General work batches that need load balancing, either instance runs or primitive id ranges (auto instanced) but culling is disabled may have multi-view (but probably not used for that path) |
| Num |