Modules§
- Queues PhaseItems for rendering.
- Specifies the instructions which are going to be sent to the GPU. Render commands can be concatenated into a new render command which executes multiple instruction sets.
- Requests tiles which are currently in view
- resource 🔒
- Prepares GPU-owned resources by initializing them if they are uninitialized or out-of-date.
- Uploads data to the GPU which is needed for rendering.
Structs§
- A request for a tile at the given coordinates and in the given layers.