branchsbox/pbr-composited-ssaocancel
5 Commits over 0 Days - ∞cph!
Fix DispatchCompute capturing
Clear the temporary RenderTarget cache after Present. It should be okay to grab one of these and not free it.
Add ComputeShader.DispatchWithAttributes
Remove unused
commandlist.Dispatch uses the attributes from the commandlist, rather than the computeshader
Fix RenderAttributes setting doubles as float2 😵
Clean CommandList RenderTarget api
Fix checking for IsNull instead of NotNull
Convert to use CommandList properly
Clear/return frameAttributes when we're done
Rename FrameAttributes to ViewAttributes