summaryrefslogtreecommitdiffstats
path: root/RenderScript/include
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-03-11 19:07:40 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-03-11 19:07:40 +0000
commit7c8b67fda40132b4378eb21a6b8ff45892a28a90 (patch)
tree4e127b4c8ae3eb884743ebd6acd968f007b07604 /RenderScript/include
parentUpdate README.md (diff)
downloadDiligentTools-7c8b67fda40132b4378eb21a6b8ff45892a28a90.tar.gz
DiligentTools-7c8b67fda40132b4378eb21a6b8ff45892a28a90.zip
Added PSO:IsCompatibleWith method to Lua bindings
Diffstat (limited to 'RenderScript/include')
-rw-r--r--RenderScript/include/PSODescParser.h3
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;
};
}