simontaylor81 / Syrup

Shader Rapid Prototyping
MIT License
0 stars 0 forks source link

Multiple viewports #30

Open simontaylor81 opened 8 years ago

simontaylor81 commented 8 years ago

Actual viewport side of things should be relatively simple, since swap chains are already owned by the render window with the device independent. Will need UI for adding new windows, and handling of user-created render targets, which currently only support a single view. Plus lots of plumbing, no doubt.