![]() |
Vireo
0.0
Vireo 3D Rendering Hardware Interface
|
Queue and command-allocator type constants.
Lua full name: vireo.CommandType
Constants | |
| integer | GRAPHIC |
| Graphics command queue — supports draw, render-pass, and compute commands. | |
| integer | TRANSFER |
| Transfer (copy) command queue — optimized for CPU↔GPU data transfers. | |
| integer | COMPUTE |
| Compute command queue — supports dispatch commands only. | |
| integer GRAPHIC |
Graphics command queue — supports draw, render-pass, and compute commands.
| integer TRANSFER |
Transfer (copy) command queue — optimized for CPU↔GPU data transfers.
| integer COMPUTE |
Compute command queue — supports dispatch commands only.