Tom Serveaux

Results 8 issues of Tom Serveaux

The line: `vk::Viewport{ 0.0f, 0.0f, static_cast(swapChainExtent.width), static_cast(swapChainExtent.height), 0.0f, 1.0f };` Isn't used in the code. Also text uses `WIDTH` and `HEIGHT`. There are other example lines not used in the...

The language: > Stages with a green color... > Stages with an orange color on the other hand... Doesn't match what I see on my screen, which is blue and...

In lesson 5, the section "Querying for Presentation Support" when it talks about how to calculate presentIndex within the body of createLogicalDevice() it says: > Add a call to it...

This bit of text is odd: > The built-in annotation SV_Position functions as the output. Within the VertexOutput struct. Something worth mentioning if you’re familiar with other shading languages like...

This is short. A reference to a `VkImageViewCreateInfo` in a paragraph when the code has `vk::ImageViewCreateInfo` Sometimes uses `imageViewCreateWindow` and sometimes uses `createInfo`, and like before there is mixing of...

I'll try to keep this in some kind of order but it's not always easy when you have to bounce around between sections to make sense of the text. BTW...

I'll just keep making comments as I go through the tutorial. I think that whenever something specific about how to do something in X11 is brought up, the Wayland equivalent...

enhancement

Hi I'm a noob, I hope it's okay to do this. If not please delete. I'm on lesson 4: logical devices and queues and so far I'm finding that sometimes...