mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-05 01:29:07 +00:00
feat(gx): add uncompleted CGxDeviceGLSDL targeting Windows and Linux
This commit is contained in:
parent
827c86b194
commit
b3b75a716c
42 changed files with 7681 additions and 5 deletions
12
src/gx/glsdl/GLPixelShader.hpp
Normal file
12
src/gx/glsdl/GLPixelShader.hpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#ifndef GX_SDL_GL_PIXEL_SHADER_HPP
|
||||
#define GX_SDL_GL_PIXEL_SHADER_HPP
|
||||
|
||||
#include "gx/glsdl/GLShader.hpp"
|
||||
|
||||
class GLPixelShader : public GLShader {
|
||||
public:
|
||||
// Static functions
|
||||
static GLPixelShader* Create(void);
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue