Package icyllis.arc3d.engine
Interface Engine.IOType
- Enclosing interface:
Engine
public static interface Engine.IOType
Indicates the type of pending IO operations that can be recorded for GPU resources.
-
Field Summary
-
Field Details
-
kRead
static final int kRead- See Also:
-
kWrite
static final int kWrite- See Also:
-
kRW
static final int kRW- See Also:
-