Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drawmindmap/webgpu-training
WebGPU Training
https://github.com/drawmindmap/webgpu-training
Last synced: 5 days ago
JSON representation
WebGPU Training
- Host: GitHub
- URL: https://github.com/drawmindmap/webgpu-training
- Owner: drawmindmap
- License: mit
- Created: 2020-07-31T15:32:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-27T07:47:16.000Z (over 2 years ago)
- Last Synced: 2024-08-02T06:14:51.229Z (3 months ago)
- Language: JavaScript
- Size: 1.94 MB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-webgpu - [Not finished - by [@DrawMindmap](https://github.com/drawmindmap) (Tutorials / Try out WebGPU)
README
# [WebGPU training](https://drawmindmap.github.io/webgpu-training/)
### 01-Initialization
### 02-Pipeline
### 03-MSAA
### 04-UniformBuffer
### 05-VertexBuffer
### 06-VertexBuffer-separated
### 07-VertexBuffer-all-in-one
### 08-IndexBuffer
### 09-Texture
### 10-Multi-objects
### 11-Camera
### 12-Muliti-geometries
### 13-Depth
### 14-Multi-pipelines
### 15-Bundle
### 16-Instance
### 17-ComputePipeline
### 18-Mipmap
### 19-Texture-compression-bc## TODO
### alphaToCoverage
### GPUShaderModule#compilationInfo
### GPUBindGroupLayoutEntry.minBufferBindingSize
### GPUQuerySet
### GPUFence
### DebugMarkers
### CubeMap
### Picking
### DynamicBindGroup
### DrawIndirect
### OcclusionQuery
### Alpha
### Particle
### Lighting
### Shadow
### GLTF
### PBR
### Forward/Deferred Tiled/Clustered Rendering