Modules§
- This example shows you a potential course for when your ‘data’ is too large for a single Buffer.
- This example assumes that you’ve seen hello-compute and or repeated-compute and thus have a general understanding of what’s going on here.
- The parts of this example enabling MSAA are:
- See hello-compute example main.rs for more details as similar items here are not explained.
- This example demonstrates the basic usage of storage textures for the purpose of creating a digital image of the Mandelbrot set (https://en.wikipedia.org/wiki/Mandelbrot_set).
- Sample demonstrating different kinds of gpu timestamp queries.
- Points of interest for seeing uniforms in action: