summaryrefslogtreecommitdiff
path: root/src/renderer/ral.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer/ral.h')
-rw-r--r--src/renderer/ral.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/renderer/ral.h b/src/renderer/ral.h
index cd3f19f..ab62679 100644
--- a/src/renderer/ral.h
+++ b/src/renderer/ral.h
@@ -97,7 +97,10 @@ struct graphics_pipeline_desc {
};
typedef struct gpu_renderpass_desc {
- texture_handle color_target; // for now only support one
+ bool default_framebuffer;
+ bool has_color_target;
+ texture_handle color_target; // for now only support one
+ bool has_depth_stencil;
texture_handle depth_stencil;
} gpu_renderpass_desc;