File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -302,6 +302,7 @@ void main(string[] args)
302
302
303
303
WGPURenderPassColorAttachment colorAttachment = {
304
304
view: nextTextureView,
305
+ depthSlice: WGPU_DEPTH_SLICE_UNDEFINED ,
305
306
resolveTarget: null ,
306
307
loadOp: WGPULoadOp.Clear,
307
308
storeOp: WGPUStoreOp.Store,
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ import core.stdc.stdint;
35
35
36
36
enum ulong WGPU_ARRAY_LAYER_COUNT_UNDEFINED = 0xffffffffUL ;
37
37
enum ulong WGPU_COPY_STRIDE_UNDEFINED = 0xffffffffUL ;
38
+ enum ulong WGPU_DEPTH_SLICE_UNDEFINED = 0xffffffffUL ;
38
39
enum ulong WGPU_LIMIT_U32_UNDEFINED = 0xffffffffUL ;
39
40
enum ulong WGPU_LIMIT_U64_UNDEFINED = 0xffffffffffffffffUL ;
40
41
enum ulong WGPU_MIP_LEVEL_COUNT_UNDEFINED = 0xffffffffUL ;
You can’t perform that action at this time.
0 commit comments