wgsl-renderer 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/esm/index.d.ts
CHANGED
|
@@ -139,7 +139,7 @@ declare class RenderPass {
|
|
|
139
139
|
//#endregion
|
|
140
140
|
//#region src/index.d.ts
|
|
141
141
|
interface WGSLRendererOptions {
|
|
142
|
-
config?: GPUCanvasConfiguration
|
|
142
|
+
config?: Partial<GPUCanvasConfiguration>;
|
|
143
143
|
}
|
|
144
144
|
declare class WGSLRenderer {
|
|
145
145
|
canvas: HTMLCanvasElement;
|