Implement MSAA.

This commit is contained in:
Skyth
2024-10-08 18:07:22 +03:00
parent 982d619ba1
commit 0cd86bf130
2 changed files with 14 additions and 4 deletions
+1
View File
@@ -149,6 +149,7 @@ struct GuestSurface : GuestResource
RenderFormat format = RenderFormat::UNKNOWN;
ankerl::unordered_dense::map<const RenderTexture*, std::unique_ptr<RenderFramebuffer>> framebuffers;
bool pendingBarrier = true;
RenderSampleCounts sampleCount = RenderSampleCount::COUNT_1;
};
enum GuestDeclType