Add to the rlgl api just a bit #3560
gegoggigog
started this conversation in
Features
Replies: 1 comment 1 reply
-
Does rlUnloadShaderProgram not do what you expect? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example
rlCompileShader
does not have a correspondingdetatch
/deleteShader
. I think it would make sense to add that, so you don't need opengl interop if you want to clean up your shaders. Along the lines of "what the library allocates, the library should be able to delete".Beta Was this translation helpful? Give feedback.
All reactions