This commit is contained in:
luboslenco
2025-07-12 10:58:05 +02:00
parent 3e87ac8ca5
commit a6cfa3d1ff
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ void gpu_begin_internal(gpu_texture_t **targets, int count, gpu_texture_t *depth
void gpu_end(void);
void gpu_end_internal(void);
void gpu_wait(void);
void gpu_flush(void);
void gpu_execute_and_wait(void);
void gpu_present(void);
void gpu_present_internal(void);
void gpu_barrier(gpu_texture_t *render_target, gpu_texture_state_t state_after);