Skip to content

Commit 712ce65

Browse files
authoredJun 10, 2024
enable more metal tests (shader-slang#4326)
1 parent 38c0bac commit 712ce65

File tree

69 files changed

+0
-69
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+0
-69
lines changed
 

‎tests/bugs/generic-groupshared.slang

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -shaderobj
22
//TEST(compute,vulkan):COMPARE_COMPUTE_EX:-vk -slang -compute -shaderobj
3-
//DISABLE_TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -mtl
43

54
//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):out,name outputBuffer
65
RWStructuredBuffer<int> outputBuffer;

‎tests/bugs/generic-member-method.slang

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
//TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -shaderobj
44
//TEST(compute,vulkan):COMPARE_COMPUTE_EX:-vk -slang -compute -shaderobj
5-
//DISABLE_TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -mtl
65

76
//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):out,name outputBuffer
87
RWStructuredBuffer<int> outputBuffer;

0 commit comments

Comments
 (0)