1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Dump shader programs on compile errors

This commit is contained in:
RealBadAngel 2016-02-10 04:27:45 +01:00 committed by Kahrl
parent 7e5eea9ad5
commit f253ff9f1a
2 changed files with 26 additions and 0 deletions

View file

@ -110,4 +110,7 @@ public:
IWritableShaderSource* createShaderSource(IrrlichtDevice *device);
void dumpShaderProgram(std::ostream &output_stream,
const std::string &program_type, const std::string &program);
#endif