Destructor17

Results 3 comments of Destructor17

I have a need to build angle for multiple platforms, so i made https://github.com/webrogue-runtime/angle-builder. And it has macos support. I made it only for my own project, so it may...

@CarterLi I am using Angle to load GLES implementation dynamically from SDL (SDL_GL_LoadLibrary routine). It needs no Angle headers, and I just don't know how to use Angle in other...

@raysan5 If this behaviour is expected and texture must be default if not specified, then `rlEnd` should reset it, not `rlBegin`. Here is a PR https://github.com/raysan5/raylib/pull/4364