Added vertex attributes sample to the readme
This commit is contained in:
parent
704aeec6b0
commit
807d11387d
1 changed files with 5 additions and 0 deletions
|
|
@ -157,6 +157,11 @@ Implements a simple CPU based particle system. Particle data is stored in host m
|
||||||
|
|
||||||
Uses the stencil buffer and its compare functionality for rendering a 3D model with dynamic outlines.
|
Uses the stencil buffer and its compare functionality for rendering a 3D model with dynamic outlines.
|
||||||
|
|
||||||
|
|
||||||
|
#### [Vertex attributes](examples/vertexattributes/)
|
||||||
|
|
||||||
|
Demonstrates two different ways of passing vertices to the vertex shader using either interleaved or separate vertex attributes.
|
||||||
|
|
||||||
### glTF
|
### glTF
|
||||||
|
|
||||||
These samples show how implement different features of the [glTF 2.0 3D format](https://www.khronos.org/gltf/) 3D transmission file format in detail.
|
These samples show how implement different features of the [glTF 2.0 3D format](https://www.khronos.org/gltf/) 3D transmission file format in detail.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue