diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-06-18 22:31:03 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-06-18 22:31:03 +1000 |
commit | 259da84075c62c2ab96c7cb922df2000ebefb735 (patch) | |
tree | 423106dd69711794a4d5b3d1f5031a65960d186d /src/renderer/ral.h | |
parent | b2c9782ab2f4abec8f8548e667a8f2ad6e36bd4b (diff) |
pbr progress
Diffstat (limited to 'src/renderer/ral.h')
-rw-r--r-- | src/renderer/ral.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/renderer/ral.h b/src/renderer/ral.h index 067847b..cd3f19f 100644 --- a/src/renderer/ral.h +++ b/src/renderer/ral.h @@ -96,7 +96,9 @@ struct graphics_pipeline_desc { bool depth_test; }; -typedef struct gpu_renderpass_desc { /* TODO */ +typedef struct gpu_renderpass_desc { + texture_handle color_target; // for now only support one + texture_handle depth_stencil; } gpu_renderpass_desc; // --- Lifecycle functions |