File tree Expand file tree Collapse file tree
03_Drawing_a_triangle/02_Graphics_pipeline_basics Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,9 +92,9 @@ store and reuse data relevant to pipeline creation across multiple calls to
9292stored to a file. This makes it possible to significantly speed up pipeline
9393creation at a later time. We'll get into this in the pipeline cache chapter.
9494
95- Now run your program and you'll see that all of the hard work has finally paid
96- off ! We are already getting quite close to seeing the that triangle pop up on
97- the screen. In the next couple of chapters we'll set up the actual framebuffers
98- from the swap chain images and prepare the drawing commands.
95+ Now run your program to confirm that all this hard work has resulted in a
96+ successful pipeline creation ! We are already getting quite close to seeing
97+ something pop up on the screen. In the next couple of chapters we'll set up the
98+ actual framebuffers from the swap chain images and prepare the drawing commands.
9999
100100[ Full code listing] ( /code/graphics_pipeline_complete.cpp )
You can’t perform that action at this time.
0 commit comments