diff options
Diffstat (limited to 'RenderScript/include')
| -rw-r--r-- | RenderScript/include/PSODescParser.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/RenderScript/include/PSODescParser.h b/RenderScript/include/PSODescParser.h index a60155b..8d732af 100644 --- a/RenderScript/include/PSODescParser.h +++ b/RenderScript/include/PSODescParser.h @@ -52,5 +52,8 @@ namespace Diligent int SetPSO( lua_State *L ); ClassMethodCaller<PSODescParser> m_SetPSOBinding; + + int IsCompatibleWith(lua_State *L); + ClassMethodCaller<PSODescParser> m_IsCompatibleWithBinding; }; } |
