OPENGL: Add proper error checking to the Shader class
This commit is contained in:
parent
cf73da0409
commit
863988fee4
13 changed files with 68 additions and 59 deletions
|
@ -19,10 +19,10 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "backends/graphics/opengl/debug.h"
|
||||
#include "backends/graphics/opengl/framebuffer.h"
|
||||
#include "backends/graphics/opengl/texture.h"
|
||||
#include "backends/graphics/opengl/pipelines/pipeline.h"
|
||||
#include "graphics/opengl/debug.h"
|
||||
|
||||
namespace OpenGL {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue