File tree 2 files changed +5
-4
lines changed
modules/webgpu/src/adapter/resources
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 6
6
} from '@luma.gl/core' ;
7
7
import { WebGPUDevice } from '../webgpu-device' ;
8
8
9
- const VISIBILITY_ALL = GPUShaderStage . VERTEX | GPUShaderStage . FRAGMENT | GPUShaderStage . COMPUTE ;
10
-
11
9
export class WebGPUPipelineLayout extends PipelineLayout {
12
10
device : WebGPUDevice ;
13
11
handle : GPUPipelineLayout ;
@@ -107,6 +105,9 @@ export class WebGPUPipelineLayout extends PipelineLayout {
107
105
}
108
106
}
109
107
108
+ const VISIBILITY_ALL =
109
+ GPUShaderStage . VERTEX | GPUShaderStage . FRAGMENT | GPUShaderStage . COMPUTE ;
110
+
110
111
bindGroupEntries . push ( {
111
112
binding : binding . location ,
112
113
visibility : binding . visibility || VISIBILITY_ALL ,
Original file line number Diff line number Diff line change @@ -11501,11 +11501,11 @@ __metadata:
11501
11501
11502
11502
" typescript@patch:typescript@npm%3A^5.7.3#optional!builtin<compat/typescript> " :
11503
11503
version : 5.7.3
11504
- resolution : " typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=5786d5 "
11504
+ resolution : " typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=cef18b "
11505
11505
bin :
11506
11506
tsc : bin/tsc
11507
11507
tsserver : bin/tsserver
11508
- checksum : 10c0/6fd7e0ed3bf23a81246878c613423730c40e8bdbfec4c6e4d7bf1b847cbb39076e56ad5f50aa9d7ebd89877999abaee216002d3f2818885e41c907caaa192cc4
11508
+ checksum : 10c0/3b56d6afa03d9f6172d0b9cdb10e6b1efc9abc1608efd7a3d2f38773d5d8cfb9bbc68dfb72f0a7de5e8db04fc847f4e4baeddcd5ad9c9feda072234f0d788896
11509
11509
languageName : node
11510
11510
linkType : hard
11511
11511
You can’t perform that action at this time.
0 commit comments