mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Fix SPIR-V editor unit test for new section types
This commit is contained in:
@@ -746,14 +746,18 @@ void main() {
|
||||
{0x64, 0x80},
|
||||
// ExecutionMode
|
||||
{0x80, 0x8c},
|
||||
// Debug
|
||||
{0x8c, 0x118},
|
||||
// DebugStringSource
|
||||
{0x8c, 0xb8},
|
||||
// DebugNames
|
||||
{0xb8, 0x118},
|
||||
// DebugModuleProcessed (contains inserted nop)
|
||||
{0x118, 0x11c},
|
||||
// Annotations
|
||||
{0x118, 0x178},
|
||||
{0x11c, 0x17c},
|
||||
// TypesVariables
|
||||
{0x178, 0x2a0},
|
||||
{0x17c, 0x2a4},
|
||||
// Functions
|
||||
{0x2a0, 0x370},
|
||||
{0x2a4, 0x374},
|
||||
};
|
||||
|
||||
SECTION("Check that SPIR-V is correct with no changes")
|
||||
|
||||
Reference in New Issue
Block a user