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:
parent
7e5eea9ad5
commit
f253ff9f1a
2 changed files with 26 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue