Skip to content

Commit 0a2fdfe

Browse files
committed
Use correct function call
Fixes #162
1 parent 7f535c1 commit 0a2fdfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/03_Drawing_a_triangle/00_Setup/01_Instance.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ ignore for now.
209209

210210
[,c++]
211211
----
212-
auto extension = context.enumerateInstanceLayerProperties()
212+
auto extension = context.enumerateInstanceExtensionProperties();
213213
----
214214

215215
Each `VkExtensionProperties` struct contains the name and version of an

0 commit comments

Comments
 (0)