mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
meh
This commit is contained in:

committed by
Sonicadvance1

parent
3943840d5c
commit
34c7b3fd73
@ -91,11 +91,13 @@ public:
|
||||
void SetGLSLPSConstant4f(unsigned int const_number, float f1, float f2, float f3, float f4);
|
||||
void SetGLSLPSConstant4fv(unsigned int const_number, const float *f);
|
||||
void SetMultiGLSLPSConstant4fv(unsigned int const_number, unsigned int count, const float *f);
|
||||
bool CompileGLSLPixelShader(FRAGMENTSHADER& ps, const char* pstrprogram);
|
||||
|
||||
//CG Specific
|
||||
void SetCGPSConstant4f(unsigned int const_number, float f1, float f2, float f3, float f4);
|
||||
void SetCGPSConstant4fv(unsigned int const_number, const float *f);
|
||||
void SetMultiCGPSConstant4fv(unsigned int const_number, unsigned int count, const float *f);
|
||||
bool CompileCGPixelShader(FRAGMENTSHADER& ps, const char* pstrprogram);
|
||||
} // namespace OGL
|
||||
|
||||
#endif // _PIXELSHADERCACHE_H_
|
||||
|
Reference in New Issue
Block a user