Vireo  0.0
Vireo 3D Rendering Hardware Interface
CommandType Enum Referenceenum

Detailed Description

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.
 

Enumerator Documentation

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.