Overv / VulkanTutorial

Tutorial for the Vulkan graphics and compute API
https://vulkan-tutorial.com
Creative Commons Attribution Share Alike 4.0 International
3.06k stars 511 forks source link

base code: add missing GLFWwindow window var #304

Closed dabrain34 closed 1 year ago

dabrain34 commented 1 year ago

Declare the window variable with the correct var type, GLFWwindow.

Overv commented 1 year ago

I don't really see the point of this change since the definition of the member variable is already mentioned earlier.

dabrain34 commented 1 year ago

I had this change as initially i was taking the pieces of code in the tutorial to build the source. And the var and the type for window was only mentioned in the text. With the source at the end of the tutorial I guess its completely enough. Closing ...