Skip to content

Commit b21dd7b

Browse files
committed
Add some spacing to code example
1 parent 8a056e7 commit b21dd7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

en/03_Drawing_a_triangle/00_Setup/00_Base_code.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,11 @@ constexpr vk::ApplicationInfo appInfo{ .pApplicationName = "Hello Triangle",
148148
.pEngineName = "No Engine",
149149
.engineVersion = VK_MAKE_VERSION( 1, 0, 0 ),
150150
.apiVersion = vk::ApiVersion14 };
151+
151152
vk::InstanceCreateInfo createInfo{
152153
.pApplicationInfo = &appInfo
153154
};
155+
154156
instance = vk::raii::Instance(context, createInfo);
155157
----
156158

0 commit comments

Comments
 (0)