diff options
Diffstat (limited to 'tools/gfx-unit-test/link-time-constant.cpp')
| -rw-r--r-- | tools/gfx-unit-test/link-time-constant.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gfx-unit-test/link-time-constant.cpp b/tools/gfx-unit-test/link-time-constant.cpp index 62cb294c1..b349a7dcb 100644 --- a/tools/gfx-unit-test/link-time-constant.cpp +++ b/tools/gfx-unit-test/link-time-constant.cpp @@ -79,6 +79,8 @@ namespace gfx_test R"( export static const bool turnOnFeature = true; export static const float constValue = 2.0; + export static const int numthread = 1; + export static const int arraySize = 4; )")); ComputePipelineStateDesc pipelineDesc = {}; |
