Expand description
Real-life example: using multiple threads with the manual API.
This example demonstrates using the GPU to draw camera frames with zero copies, using the API with manual buffer management.
Compared to glium_2, this example has more straightforward structure where buffers just go where there are needed. This freedom, however, makes it possible to create deadlocks or resource leaks.
Enums§
Functions§
- main 🔒