mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
Fix VK_CBuffer_Zoo test
This commit is contained in:
@@ -376,7 +376,7 @@ class VK_CBuffer_Zoo(rdtest.TestCase):
|
||||
|
||||
# bool C;
|
||||
# Value True from spec constants
|
||||
var_check.check('C').type(rd.VarType.UInt).rows(1).cols(1).value([1])
|
||||
var_check.check('C').type(rd.VarType.Bool).rows(1).cols(1).value([1])
|
||||
|
||||
var_check.done()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user