You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update tutorial to use dynamic state for viewport and scissor (#293)
* Prefer use of dynamic state for viewport and scissor
* Slight rewording, working in-page anchor
* Updated command buffers chapter and code to use dynamic viewport and scissor state
* Updated swap chain recreation chapter
No more need to recreate the graphics pipeline as viewport and scissor state are now dynamic
* Updated command buffer chapter code to use dynamic viewport and scissor
* Removed render pass destruction/creation for swap chain recreation
This is not needed anymore
* Use dynamic state for viewport and scissor for samples after the fixed function chapter
* Use dynamic state for viewport and scissor for samples after the swap chain recreation chapter
Removed render pass destruction/creation for swap chain recreation, no longer necessary
* Removed duplicate code
* Wording change
* Changed wording on chapter intro, moved dynamic state paragraph to the top
* Fixed wording
* Fixed wording
* C++ style cast
* Wording
* Wording
* Wording
* Added note on renderpass recreation
* Apply suggestions from code review
Incorporate suggestions
Co-authored-by: Alexander Overvoorde <[email protected]>
* Added dynamic state to conclusion chapter
* Remove unnecessary link
* Remove code referencing command buffers too early
Co-authored-by: Alexander Overvoorde <[email protected]>
0 commit comments