diff options
Diffstat (limited to 'tools/gfx-unit-test/shader-cache-tests.cpp')
| -rw-r--r-- | tools/gfx-unit-test/shader-cache-tests.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gfx-unit-test/shader-cache-tests.cpp b/tools/gfx-unit-test/shader-cache-tests.cpp index 3879fd630..4477c4f56 100644 --- a/tools/gfx-unit-test/shader-cache-tests.cpp +++ b/tools/gfx-unit-test/shader-cache-tests.cpp @@ -430,7 +430,7 @@ namespace gfx_test { String importedContentsA = String( R"( - void processElement(RWStructuredBuffer<float> buffer, uint index) + public void processElement(RWStructuredBuffer<float> buffer, uint index) { var input = buffer[index]; buffer[index] = input + 1.0f; @@ -439,7 +439,7 @@ namespace gfx_test String importedContentsB = String( R"( - void processElement(RWStructuredBuffer<float> buffer, uint index) + public void processElement(RWStructuredBuffer<float> buffer, uint index) { var input = buffer[index]; buffer[index] = input + 2.0f; |
