From: Marco Rubin <20150305+Rubo3@users.noreply.github.com> Date: Wed, 23 Mar 2022 09:07:28 +0000 (+0000) Subject: Grammar fixes X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=7fdd6e2086777902bd727987d38da179f2950112;p=jp%2Fvkhelpers.git Grammar fixes --- diff --git a/README.md b/README.md index 8815d80..b17ddef 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ void init_vulkan () { ``` ##### Select physical device -**VkhPhyInfo** is an helper structure that will store common usefull physical device informations, queues flags, memory properties in a single call for all the device present on the machine. +**VkhPhyInfo** is an helper structure that will store common usefull physical device informations, queues flags, memory properties in a single call for all the devices present on the machine. ```c VkhPhyInfo* phys = vkh_app_get_phyinfos (e->app, &phyCount, surf); ``` @@ -62,12 +62,13 @@ for (uint i=0; i