Screenshot and info on vulkan demo scene
This commit is contained in:
parent
0d69227c42
commit
dca252098d
2 changed files with 5 additions and 0 deletions
|
|
@ -95,6 +95,11 @@ Uses tessellation shaders to generate and displace geometry based on a displacem
|
||||||
|
|
||||||
Renders the vertex normals of a complex mesh with the use of a geometry shader. The mesh is rendered solid first and the a geometry shader that generates lines from the face normals is used in the second pass.
|
Renders the vertex normals of a complex mesh with the use of a geometry shader. The mesh is rendered solid first and the a geometry shader that generates lines from the face normals is used in the second pass.
|
||||||
|
|
||||||
|
### Vulkan demo scene
|
||||||
|
<img src="./screenshots/vulkan_scene.png" height="128px">
|
||||||
|
|
||||||
|
More of a playground than an actual example. Renders multiple meshes with different shaders (and pipelines) including a background.
|
||||||
|
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
*Note*: Not all demos require all of these
|
*Note*: Not all demos require all of these
|
||||||
|
|
|
||||||
BIN
screenshots/vulkan_scene.png
Normal file
BIN
screenshots/vulkan_scene.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
Loading…
Add table
Add a link
Reference in a new issue