diff options
Diffstat (limited to 'libs/rs/rs.spec')
| -rw-r--r-- | libs/rs/rs.spec | 33 |
1 files changed, 10 insertions, 23 deletions
diff --git a/libs/rs/rs.spec b/libs/rs/rs.spec index a589d5b..4ad25ae 100644 --- a/libs/rs/rs.spec +++ b/libs/rs/rs.spec @@ -4,8 +4,8 @@ ContextBindRootScript { param RsScript sampler } -ContextBindProgramFragmentStore { - param RsProgramFragmentStore pgm +ContextBindProgramStore { + param RsProgramStore pgm } ContextBindProgramFragment { @@ -293,10 +293,6 @@ ScriptInvokeV { togglePlay } -ScriptSetRoot { - param bool isRoot - } - ScriptSetVarI { param RsScript s param uint32_t slot @@ -332,47 +328,38 @@ ScriptCCreate { ret RsScript } -ScriptCSetDefineF { - param const char* name - param float value - } - -ScriptCSetDefineI32 { - param const char* name - param int32_t value - } -ProgramFragmentStoreBegin { +ProgramStoreBegin { param RsElement in param RsElement out } -ProgramFragmentStoreColorMask { +ProgramStoreColorMask { param bool r param bool g param bool b param bool a } -ProgramFragmentStoreBlendFunc { +ProgramStoreBlendFunc { param RsBlendSrcFunc srcFunc param RsBlendDstFunc destFunc } -ProgramFragmentStoreDepthMask { +ProgramStoreDepthMask { param bool enable } -ProgramFragmentStoreDither { +ProgramStoreDither { param bool enable } -ProgramFragmentStoreDepthFunc { +ProgramStoreDepthFunc { param RsDepthFunc func } -ProgramFragmentStoreCreate { - ret RsProgramFragmentStore +ProgramStoreCreate { + ret RsProgramStore } ProgramRasterCreate { |
