Hi,
Thanks for this learning resource.
It maybe nothing or minor but under the line "As you’ll see, the general pattern that object creation function parameters in Vulkan follow is:" the item Pointer to the device, instance, or context on which the constructor depends should be first in the list, matching the earlier statement instance = vk::raii::Instance(context, createInfo); and constructor signature. Same is on the web at https://docs.vulkan.org/tutorial/latest/03_Drawing_a_triangle/00_Setup/01_Instance.html.
Cheers
Hi,
Thanks for this learning resource.
It maybe nothing or minor but under the line "As you’ll see, the general pattern that object creation function parameters in Vulkan follow is:" the item
Pointer to the device, instance, or context on which the constructor dependsshould be first in the list, matching the earlier statementinstance = vk::raii::Instance(context, createInfo);and constructor signature. Same is on the web at https://docs.vulkan.org/tutorial/latest/03_Drawing_a_triangle/00_Setup/01_Instance.html.Cheers