# webgpu-redcamel **Repository Path**: kitlab/webgpu-redcamel ## Basic Information - **Project Name**: webgpu-redcamel - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webGPU study These study samples run in Chrome Canary() behind the flag --enable-unsafe-webgpu. # # study example - ## basic - [hello world](https://redcamel.github.io/webgpu/001_helloworld) - [uniform](https://redcamel.github.io/webgpu/002_transform) - [attribute](https://redcamel.github.io/webgpu/003_attribute) - [use multiply bindGroupLayout](https://redcamel.github.io/webgpu/009_multi_BindGroupLayout) - ## Texture - [basic texture](https://redcamel.github.io/webgpu/004_texture) - [clamp-to-edge](https://redcamel.github.io/webgpu/004_texture/clamp-to-edge) - [mirror-repeat](https://redcamel.github.io/webgpu/004_texture/mirror-repeat) - [repeat](https://redcamel.github.io/webgpu/004_texture/repeat) - [generateMipmap](https://redcamel.github.io/webgpu/012_mipmap) - [generateCubeMap](https://redcamel.github.io/webgpu/013_cubemap) - ## multiple draw - [draw multiple object - one buffer](https://redcamel.github.io/webgpu/005_multiObject) - [draw multiple object - individual buffer](https://redcamel.github.io/webgpu/005_multiObject2) - [instancing](https://redcamel.github.io/webgpu/008_instancing) - ## IndexBuffer - [indexBuffer - use drawIndexed](https://redcamel.github.io/webgpu/006_indexBuffer) - ## Lighting - [simple light test](https://redcamel.github.io/webgpu/007_simpleLight) - [simple light test2](https://redcamel.github.io/webgpu/011_simple_defferd_light) - ## Deferred - [simple Deferred](https://redcamel.github.io/webgpu/011_simple_defferd) - ## PostEffect - [simple PostEffect](https://redcamel.github.io/webgpu/010_postEffect) - ## Compute - [simple PostEffect](https://redcamel.github.io/webgpu/14_compute) - ## RedGPU engine Test - [RedGPU - github](https://github.com/redcamel/RedGPU)