This commit is contained in:
luboslenco
2025-07-12 15:20:29 +02:00
parent af075de9bc
commit 4f68bfc9ef
8 changed files with 48 additions and 81 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ void gpu_vertex_structure_add(gpu_vertex_structure_t *structure, const char *nam
structure->size++;
}
void gpu_internal_pipeline_init(gpu_pipeline_t *pipe) {
void gpu_pipeline_init(gpu_pipeline_t *pipe) {
pipe->input_layout = NULL;
pipe->vertex_shader = NULL;
pipe->fragment_shader = NULL;