Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bc4507 commit 24a2165Copy full SHA for 24a2165
1 file changed
04_Vertex_buffers/01_Vertex_buffer_creation.md
@@ -158,7 +158,7 @@ to `1`.
158
159
However, we're not just interested in a memory type that is suitable for the
160
vertex buffer. We also need to be able to write our vertex data to that memory.
161
-The `memoryTypes` array consists of `VkMemoryHeap` structs that specify the heap
+The `memoryTypes` array consists of `VkMemoryType` structs that specify the heap
162
and properties of each type of memory. The properties define special features
163
of the memory, like being able to map it so we can write to it from the CPU.
164
This property is indicated with `VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT`, but we
0 commit comments