summaryrefslogtreecommitdiff
path: root/src/backend_vk.c
diff options
context:
space:
mode:
authorOmniscient <omniscient.oce@gmail.com>2024-11-04 21:48:24 +1100
committerOmniscient <omniscient.oce@gmail.com>2024-11-04 21:48:24 +1100
commit3e0c2e6fa3d6f9bd047e80f577f83c25d67da951 (patch)
treee83acf453790c321eaba77d0b94488383e7a85d7 /src/backend_vk.c
parent81eb8d48703f12391f1e19ab813005ebe922fabb (diff)
incrementalvk
Diffstat (limited to 'src/backend_vk.c')
-rw-r--r--src/backend_vk.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/backend_vk.c b/src/backend_vk.c
index 585eae8..231d363 100644
--- a/src/backend_vk.c
+++ b/src/backend_vk.c
@@ -131,7 +131,10 @@ void ral_encoder_finish(gpu_encoder* enc) {}
void ral_encoder_submit(gpu_encoder* enc) {}
void ral_encoder_finish_and_submit(gpu_encoder* enc) {}
-pipeline_handle ral_gfx_pipeline_create(gfx_pipeline_desc desc) {}
+pipeline_handle ral_gfx_pipeline_create(gfx_pipeline_desc desc) {
+
+
+}
void ral_gfx_pipeline_destroy(pipeline_handle handle) {}
void ral_encode_bind_pipeline(gpu_encoder* enc, pipeline_handle pipeline) {}