From 482e337fad92d0ed74761a7957e83f7b6f3b77e6 Mon Sep 17 00:00:00 2001 From: plapins Date: Wed, 15 Jun 2016 15:35:23 +0200 Subject: [PATCH] Updated description of Tutorial04 in a README.md file. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 549ae89..5480f2b 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,9 @@ Here I present render pass, framebuffer and pipeline objects which are necessary ### [04 - Vertex Attributes](./Project/Tutorial04/) -#### Buffers, images and fences +#### Buffers, memory objects and fences -This tutorial shows how to set up vertex attributes and bind buffer with vertex data. Here we also create images, memory objects 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.