diff options
Diffstat (limited to 'Tests/TestApp/assets/LuaTest.lua')
| -rw-r--r-- | Tests/TestApp/assets/LuaTest.lua | 1 |
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", |
