diff options
Diffstat (limited to 'tests/compute/array-existential-parameter.slang')
| -rw-r--r-- | tests/compute/array-existential-parameter.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compute/array-existential-parameter.slang b/tests/compute/array-existential-parameter.slang index 813c5a40b..b7473e447 100644 --- a/tests/compute/array-existential-parameter.slang +++ b/tests/compute/array-existential-parameter.slang @@ -38,7 +38,7 @@ void computeMain(uint3 dispatchThreadID : SV_DispatchThreadID) //TEST_INPUT: globalExistentialType __Dynamic // Type must be marked `public` to ensure it is visible in the generated DLL. -public struct MyImpl : IInterface +export struct MyImpl : IInterface { int val; int run(int input) |
