mirror of
https://github.com/NoelFB/blah.git
synced 2025-04-18 03:46:04 +08:00
clarified note on shader abstraction
This commit is contained in:
parent
611aa0b502
commit
c13759f362
@ -49,7 +49,7 @@ int main()
|
|||||||
- Additional renderers can be added by implementing the [Renderer Backend](https://github.com/NoelFB/blah/blob/master/src/internal/renderer.h)
|
- Additional renderers can be added by implementing the [Renderer Backend](https://github.com/NoelFB/blah/blob/master/src/internal/renderer.h)
|
||||||
|
|
||||||
#### notes
|
#### notes
|
||||||
- There's no Shader abstraction, so the [Sprite Batcher](https://github.com/NoelFB/blah/blob/master/src/graphics/batch.cpp) has hard-coded GLSL/HLSL.
|
- There's no Shader abstraction, so you need to swap between GLSL/HLSL depending on the Renderer.
|
||||||
- Only floatN/mat3x2/mat4x4 uniforms are supported.
|
- Only floatN/mat3x2/mat4x4 uniforms are supported.
|
||||||
- There's no Audio API or backend implementation yet.
|
- There's no Audio API or backend implementation yet.
|
||||||
- No threaded rendering so it will explode if you try that.
|
- No threaded rendering so it will explode if you try that.
|
||||||
|
Loading…
Reference in New Issue
Block a user