summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/assets/LuaTest.lua
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-07-14 01:52:51 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-07-14 01:52:51 +0000
commitc80ea75d81995baffc2d3a10dfa543a394a8211b (patch)
tree876fe40681731868a9aa1288951ea650f634312e /Tests/TestApp/assets/LuaTest.lua
parentAdded command line parsing in UWP applications (diff)
downloadDiligentEngine-c80ea75d81995baffc2d3a10dfa543a394a8211b.tar.gz
DiligentEngine-c80ea75d81995baffc2d3a10dfa543a394a8211b.zip
Fixed couple of minor issue with anassigned object names that are not empty, but object addresses now
Diffstat (limited to 'Tests/TestApp/assets/LuaTest.lua')
-rw-r--r--Tests/TestApp/assets/LuaTest.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/TestApp/assets/LuaTest.lua b/Tests/TestApp/assets/LuaTest.lua
index 8a30f77..e0d2efb 100644
--- a/Tests/TestApp/assets/LuaTest.lua
+++ b/Tests/TestApp/assets/LuaTest.lua
@@ -440,7 +440,6 @@ Buff3DefaultUAV = TestBuffer3:GetDefaultView("BUFFER_VIEW_UNORDERED_ACCESS")
assert(Buff3DefaultUAV.ViewType == "BUFFER_VIEW_UNORDERED_ACCESS" )
assert(Buff3DefaultUAV.ByteOffset == 0 )
assert(Buff3DefaultUAV.ByteWidth == TestBuffer3.uiSizeInBytes )
-assert(Buff3DefaultUAV.Name == "" )
Buff3UAV = TestBuffer3:CreateView{
Name = "Buff3UAV",