maierfelix / webgpu

WebGPU for Node [Deprecated, Unmaintained]
MIT License
244 stars 17 forks source link

Removed TextureViewDimension init (dawn does this). #4

Closed dcerisano closed 4 years ago

dcerisano commented 4 years ago

Removed init for TextureViewDimension from GPUTexutureView.cpp Dawn initializes this internally and doing it from NAPI was not advised.