Add backends
- Renamed GfxOpenGL to GfxOPenGL2 - Added GfxOpenGL3 backend for OpenGL 3.3+ - Added WIP DirectX9 backend - Added structure for Citro3D - Added linear Allocator
This commit is contained in:
7
backends/include/pd_system/gl-helper.hpp
Normal file
7
backends/include/pd_system/gl-helper.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <pd/common.hpp>
|
||||
|
||||
namespace PD {
|
||||
u32 CreateShaderProgram(const char* vert, const char* frag);
|
||||
}
|
||||
Reference in New Issue
Block a user