[video member=cmuratori stream_platform=twitch stream_username=handmade_hero project=code title="Rendering the Game Through OpenGL" vod_platform=youtube id=jH7i0YXN9FU annotator=Miblo]
[0:08][Recap and set the stage for the day]
[1:26][handmade_opengl.cpp: Look at the new hardware rendering code and consider how to enable the renderer to work through software as well as hardware]
[5:41][handmade_render_group.cpp: Introduce RenderToOutput to pick whether to render with OpenGLRenderGroupToOutput or TiledRenderGroupToOutput]
[10:17][handmade_platform.h: typedef platform_opengl_render and add *RenderToOpenGL to platform_api]
[11:29][Leave it as a little bit of a zygote][quote 357]
[11:44][handmade_opengl.cpp: Make RenderGroupToOutput only take *RenderGroup]
[12:41][Run the game and wonder how THAT just happened][quote 358]
[13:09][Debugger: Step into GameUpdate and realise that we're using the old function]
[14:09][Run the game again and hit a first-chance exception]
[56:12][@Cynokron][Why did you choose OpenGL over DirectX?][quote 360]
[1:00:34][@TheSizik][Did you notice that the ground tiles changed when you introduced sorting?]
[1:01:18][@Mr4thDimention][I've asked this before, but I want to hear your case again, what specific things make a data-protocol based interface better than one with function calls?]
[1:05:48][@Robrobby][How is V-Sync controlled?]
[1:06:21][@cubercaleb][Does the GPU do sRGB correction automatically?]
[1:07:40][@Pseudonym73][I wasn't paying close attention, but has the OpenGL texture name thing broken hot-reloading?]
[1:08:11][@FlightSwifty][What languages do you know]
[1:08:17][@elxenoaizd][Are there any performance reasons to choose compatible OpenGL API vs Core, or is it just the fact that we get to use programmable shaders in Core?]
[1:10:15][@Evine][Is there any good reason for desktop GPUs to not have programmable blend modes? Because I've seen that most mobile GPUs have that]
[1:10:51][Blackboard: Tiled (mobile) vs Non-tiled (desktop) Framebuffer]
[1:17:26][@ttbjm][Do we get gamma correct rendering "for free" now?]
[1:17:56][@cubercaleb][Doesn't the OS automatically V-Sync you, or does that only apply in windowed mode?]
[1:18:13][@Robrobby][So gamma curve is also a OpenGL extension?]
[1:18:20][@Longboolean][I know you're probobly sick of all the Vulkan questions, but here is another one. A lot of places online frame Vulkan as the next version of OpenGL, their thought being that once Vulkan is released development / adoption of OpenGL will dwindle to the point where OpenGL drivers are no longer developed by graphics card manufacturers. Could this happen? And in the event that it does, what is your plan?]
[1:20:26][@BradSheridanMN][You stated that the APIs are very similar, but is there a visual effect that can be accomplished on DirectX and not on OpenGL or vice versa?]
[1:21:00][@andsz_][Is there a good reason why windows OpenGL headers only offer the old legacy stuff while other platforms add new stuff?]
[1:21:53][@cubercaleb][At some point can you go over the pros and cons of the different graphics APIs?]