mirror of
https://github.com/minetest/irrlicht.git
synced 2024-12-26 02:30:31 +01:00
Add another test for gl errors in debug.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6048 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
parent
50f4bdecbe
commit
5db5cbadf5
@ -261,6 +261,9 @@ public:
|
|||||||
AssignedDepth = false;
|
AssignedDepth = false;
|
||||||
AssignedStencil = false;
|
AssignedStencil = false;
|
||||||
}
|
}
|
||||||
|
#ifdef _DEBUG
|
||||||
|
Driver->testGLError(__LINE__);
|
||||||
|
#endif
|
||||||
|
|
||||||
RequestDepthStencilUpdate = false;
|
RequestDepthStencilUpdate = false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user