diff options
Diffstat (limited to 'libs/rs/scriptc/rs_graphics.rsh')
| -rw-r--r-- | libs/rs/scriptc/rs_graphics.rsh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/rs/scriptc/rs_graphics.rsh b/libs/rs/scriptc/rs_graphics.rsh index 63bd9d7..c0b2d2d 100644 --- a/libs/rs/scriptc/rs_graphics.rsh +++ b/libs/rs/scriptc/rs_graphics.rsh @@ -27,6 +27,9 @@ extern void __attribute__((overloadable)) rsgProgramVertexLoadTextureMatrix(const rs_matrix4x4 *); extern void __attribute__((overloadable)) + rsgProgramVertexGetProjectionMatrix(rs_matrix4x4 *); + +extern void __attribute__((overloadable)) rsgProgramFragmentConstantColor(rs_program_fragment, float, float, float, float); extern uint __attribute__((overloadable)) @@ -92,8 +95,6 @@ rsgMeshComputeBoundingBox(rs_mesh mesh, float3 *bBoxMin, float3 *bBoxMax) { bBoxMax->z = z2; } - - /////////////////////////////////////////////////////// // misc |
