diff options
Diffstat (limited to 'tools/render-test/shader-input-layout.h')
| -rw-r--r-- | tools/render-test/shader-input-layout.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/render-test/shader-input-layout.h b/tools/render-test/shader-input-layout.h index 2a58bfd2c..009be7514 100644 --- a/tools/render-test/shader-input-layout.h +++ b/tools/render-test/shader-input-layout.h @@ -2,6 +2,7 @@ #define SLANG_TEST_SHADER_INPUT_LAYOUT_H #include "core/slang-basic.h" +#include "core/slang-random-generator.h" #include "render.h" @@ -88,7 +89,7 @@ public: void updateForTarget(SlangCompileTarget target); - void parse(const char* source); + void parse(Slang::RandomGenerator* rand, const char* source); }; void generateTextureDataRGB8(TextureData& output, const InputTextureDesc& desc); |
