XII Release 0.1.0
Loading...
Searching...
No Matches
xiiRenderPipelinePassConcurrencyHint Struct Reference
Inheritance diagram for xiiRenderPipelinePassConcurrencyHint:
[legend]

Public Types

enum  Enum : StorageType {
  Sequential = 0U , ParallelIndependent , ParallelWithSync , ENUM_COUNT ,
  Default = Sequential
}
 
using StorageType = xiiUInt8
 

Member Enumeration Documentation

◆ Enum

Enumerator
Sequential 

Execute this pass in strict sequence; no overlap with any other pass.

ParallelIndependent 

No resource hazards; can be scheduled in parallel with other passes.

ParallelWithSync 

Can overlap with other passes but requires semaphores/fences to synchronize data dependencies.


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