-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rendertarget interfaces #368
Conversation
…framebuffer interfaces
* Add CanvasInterface * Rewrite RenderInterface * Rewrite ClearStage and RasterizationStage * Remove semantics of virtual viewport in Canvas
…Core profile (closes #351)
Current state: ShapeDemo is working using a |
Now this class may need renaming, depending on perceived functionality by a developer
I think the first milestone for rendertarget interfaces is reached and this PR is now available for review and merging. |
I merged the current master. This PR is now reviewable/mergable. I fixed most of the old example pipelines/stages, too. |
ToDo:
RenderTarget
andRenderInterface
hardening (make resistant to unconnected slots andnullptr
-RenderTarget
s)RenderTarget
andRenderInterface
interfacesRenderTarget
RenderInterface
RenderInterface
if the more-specificCanvasInterface
may be usedStage
interfaceRenderTarget
interfaceDepthStencilRenderTarget
subtype to handle combined depth-stencil attachments correctly.Delayed tasks: