Can you make some things public? #2910
Replies: 1 comment
-
That's not part of bgfx library at all, it's just used in examples.
When you call You can store that value somewhere, and use it for whatever you need. Just clear it when you call shutdown. |
Beta Was this translation helpful? Give feedback.
-
Request for some public items such as
bgfx::ProgramHandle loadProgram(bx::FileReaderI* _reader, const char* _vsName, const char* _fsName);
We use our own reader and this function is not predeclared in the h files. Thanks
Also a way to easily check if bgfx has been initialized or at least shutdown knowing its initialized so it doesn't crash if no initialization
Beta Was this translation helpful? Give feedback.
All reactions