Skip to content

Commit 46e345b

Browse files
Expose TextureViewArray, SamplerArray and associated extensions to the C API (#268)
Co-authored-by: rajveermalviya <[email protected]>
1 parent ee703e2 commit 46e345b

File tree

14 files changed

+1361
-289
lines changed

14 files changed

+1361
-289
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ jobs:
210210
make example-compute
211211
make example-triangle
212212
make example-enumerate_adapters
213+
make example-texture_arrays
213214
- if: ${{ matrix.run_examples }}
214215
name: Run examples debug
215216
run: |
@@ -222,10 +223,10 @@ jobs:
222223
make example-compute-release
223224
make example-triangle-release
224225
make example-enumerate_adapters-release
226+
make example-texture_arrays-release
225227
- if: ${{ matrix.run_examples }}
226228
name: Run examples release
227229
run: |
228230
make run-example-capture-release
229231
make run-example-compute-release
230232
make run-example-enumerate_adapters-release
231-

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
.vs
66
build
77
dist
8-
.idea
8+
.idea

0 commit comments

Comments
 (0)