From 7c8b67fda40132b4378eb21a6b8ff45892a28a90 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 11 Mar 2018 12:07:40 -0700 Subject: Added PSO:IsCompatibleWith method to Lua bindings --- RenderScript/include/PSODescParser.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'RenderScript/include') 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 m_SetPSOBinding; + + int IsCompatibleWith(lua_State *L); + ClassMethodCaller m_IsCompatibleWithBinding; }; } -- cgit v1.2.3