mirror of
https://github.com/opus-tango/IntroductionToVulkan.git
synced 2026-03-20 12:05:20 +00:00
Updated README.md file (added link to fourth tutorial).
This commit is contained in:
@@ -47,6 +47,7 @@ Here I present render pass, framebuffer and pipeline objects which are necessary
|
|||||||
<img src="./Document/Images/04 - Vertex Attributes.png" height="96px" align="right">
|
<img src="./Document/Images/04 - Vertex Attributes.png" height="96px" align="right">
|
||||||
|
|
||||||
#### Buffers, memory objects and fences
|
#### Buffers, memory objects and fences
|
||||||
|
##### https://software.intel.com/en-us/api-without-secrets-introduction-to-vulkan-part-4
|
||||||
|
|
||||||
This tutorial shows how to set up vertex attributes and bind buffer with a vertex data. Here we also create memory object (which is used by buffer) and fences.
|
This tutorial shows how to set up vertex attributes and bind buffer with a vertex data. Here we also create memory object (which is used by buffer) and fences.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user