We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbed86c commit f625626Copy full SHA for f625626
examples/src/examples/graphics/grab-pass.tsx
@@ -90,10 +90,6 @@ void main(void)
90
91
const assetListLoader = new pc.AssetListLoader(Object.values(assets), app.assets);
92
assetListLoader.load(() => {
93
-
94
- Object.values(assets).forEach((asset) => {
95
- console.log(asset, asset.loaded);
96
- });
97
// Set the canvas to fill the window and automatically change resolution to be the same as the canvas size
98
app.setCanvasFillMode(pc.FILLMODE_FILL_WINDOW);
99
app.setCanvasResolution(pc.RESOLUTION_AUTO);
0 commit comments