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
The second parameter specifies if the pipeline object is a graphics or compute pipeline.
276
+
The first parameter specifies if the pipeline object is a graphics or compute pipeline.
277
277
We've now told Vulkan which operations to execute in the graphics pipeline and which attachment to use in the fragment shader.
278
278
279
279
As noted in the link:../02_Graphics_pipeline_basics/02_Fixed_functions.md#dynamic-state[fixed functions chapter], we did specify viewport and scissor state for this pipeline to be dynamic.
0 commit comments