Added descriptor_heap sample
Test Compilation / Build evk (push) Successful in 1m24s

This commit is contained in:
2026-05-10 22:41:11 +03:00
parent 446ce9ced1
commit f9332d9047
5 changed files with 407 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
executable(
'descriptor_heap',
'descriptor_heap.c',
dependencies: [
dependency('evk'),
dependency('glfw3'),
],
c_args: evk_c_args,
)