Route renderer feature gates through device snapshot

This commit is contained in:
2026-06-04 19:58:38 +02:00
parent f2cb0f2276
commit 0bd1e92ee1
10 changed files with 30 additions and 9 deletions

View File

@@ -240,6 +240,7 @@ struct RenderDeviceFeatures {
bool frame_capture = false;
bool float16_render_targets = false;
bool float32_render_targets = false;
bool float32_linear_filtering = false;
};
struct PaintFeedbackPlan {