|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
strong |
Get buffer usage characteristics needed for safe data flow.
Returns flags indicating:
This lets ComputeProcessingChain auto-determine staging needs.
| Enumerator | |
|---|---|
| NONE | |
| INPUT_READ | Shader reads input. |
| OUTPUT_WRITE | Shader writes output (modifies) |
| BIDIRECTIONAL | |
Definition at line 154 of file ShaderProcessor.hpp.