virtualx-engine/drivers/dummy
Pedro J. Estébanez 4c710780d4 Implement async shader compilation plus caching for GL ES 3
Async. compilation via ubershader is currently available in the scene and particles shaders only.

Bonus:
- Use `#if defined()` syntax for not true conditionals, so they don't unnecessarily take a bit in the version flagset.
- Remove unused `ENABLE_CLIP_ALPHA` from scene shader.
- Remove unused `PARTICLES_COPY` from the particles shader.
- Remove unused uniform related code.
- Shader language/compiler: use ordered hash maps for deterministic code generation (needed for caching).
2021-11-09 12:19:12 +01:00
..
rasterizer_dummy.h Implement async shader compilation plus caching for GL ES 3 2021-11-09 12:19:12 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
texture_loader_dummy.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
texture_loader_dummy.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00