diff options
Diffstat (limited to 'libs/rs/scriptc')
| -rw-r--r-- | libs/rs/scriptc/rs_graphics.rsh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/rs/scriptc/rs_graphics.rsh b/libs/rs/scriptc/rs_graphics.rsh index 4f53963..fd0491c 100644 --- a/libs/rs/scriptc/rs_graphics.rsh +++ b/libs/rs/scriptc/rs_graphics.rsh @@ -26,6 +26,9 @@ extern void __attribute__((overloadable)) extern void __attribute__((overloadable)) rsgProgramVertexLoadTextureMatrix(const rs_matrix4x4 *); +extern void __attribute__((overloadable)) + rsgProgramFragmentConstantColor(rs_program_fragment, float, float, float, float); + extern uint __attribute__((overloadable)) rsgGetWidth(void); extern uint __attribute__((overloadable)) @@ -76,6 +79,8 @@ extern void __attribute__((overloadable)) /////////////////////////////////////////////////////// // misc + +// Depricated extern void __attribute__((overloadable)) color(float, float, float, float); |
