├── LICENSE ├── README.md ├── index.html └── js ├── geometry-layout.js ├── geometry.js ├── query-args.js ├── shapes.js ├── timestamp-helper.js └── tiny-webgpu-demo.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toji/webgpu-bundle-culling/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toji/webgpu-bundle-culling/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toji/webgpu-bundle-culling/HEAD/index.html -------------------------------------------------------------------------------- /js/geometry-layout.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toji/webgpu-bundle-culling/HEAD/js/geometry-layout.js -------------------------------------------------------------------------------- /js/geometry.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toji/webgpu-bundle-culling/HEAD/js/geometry.js -------------------------------------------------------------------------------- /js/query-args.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toji/webgpu-bundle-culling/HEAD/js/query-args.js -------------------------------------------------------------------------------- /js/shapes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toji/webgpu-bundle-culling/HEAD/js/shapes.js -------------------------------------------------------------------------------- /js/timestamp-helper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toji/webgpu-bundle-culling/HEAD/js/timestamp-helper.js -------------------------------------------------------------------------------- /js/tiny-webgpu-demo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toji/webgpu-bundle-culling/HEAD/js/tiny-webgpu-demo.js --------------------------------------------------------------------------------