Render Pass API Streamlining #14
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "render_pass_rewrite"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Removes
Refresh_RenderPassandRefresh_Framebufferobjects.Refresh_BeginRenderPassnow takes a set ofRefresh_ColorAttachmentInfostructs and an optionalRefresh_DepthStencilAttachmentInfostruct that describe the render pass. The render pass and framebuffer objects are now managed by the implementation instead of the application.Accordingly,
Refresh_GraphicsPipelineCreateInfonow takes aRefresh_GraphicsPipelineAttachmentInfostruct that describes render passes that may be used with the pipeline. It is an error to bind a pipeline during an incompatible render pass.