summaryrefslogtreecommitdiff
path: root/src/renderer/ral.h
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-05-11 17:30:58 +1000
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-05-11 17:30:58 +1000
commit08d7e23fd5ed95953822a72ba11d4b6cd96b2846 (patch)
tree6d251658bacb6a892a01e88ba3b98da338b9206e /src/renderer/ral.h
parentfa6b939d49398a11d76080029204e7462b22914e (diff)
prototyping shader data
Diffstat (limited to 'src/renderer/ral.h')
-rw-r--r--src/renderer/ral.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/renderer/ral.h b/src/renderer/ral.h
index 2fb0166..38a653d 100644
--- a/src/renderer/ral.h
+++ b/src/renderer/ral.h
@@ -104,6 +104,7 @@ void buffer_upload_bytes(buffer_handle gpu_buf, bytebuffer cpu_buf, u64 offset,
// render pass
void encode_bind_pipeline(gpu_cmd_encoder* encoder, pipeline_kind kind, gpu_pipeline* pipeline);
+void encode_bind_shader_data(gpu_cmd_encoder* encoder, u32 group, shader_data* data);
void encode_set_default_settings(gpu_cmd_encoder* encoder);
void encode_set_vertex_buffer(gpu_cmd_encoder* encoder, buffer_handle buf);
void encode_set_index_buffer(gpu_cmd_encoder* encoder, buffer_handle buf);