Skip to content

Commit 6a2eef8

Browse files
Animated grid using the sine and cosine functions
1 parent 2ffe0fa commit 6a2eef8

File tree

4 files changed

+182
-112
lines changed

4 files changed

+182
-112
lines changed

samples/extensions/subgroups_operations/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ add_sample(
2626
NAME "subgroups_operations"
2727
DESCRIPTION "Demonstrates the use of a subgroups feature"
2828
SHADER_FILES_GLSL
29-
"subgroups_operations/base.vert"
30-
"subgroups_operations/base.frag"
31-
"subgroups_operations/blur.comp")
29+
"subgroups_operations/ocean.vert"
30+
"subgroups_operations/ocean.frag"
31+
"subgroups_operations/ocean_fft.comp")

0 commit comments

Comments
 (0)