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
-4
View File
@@ -147,10 +147,6 @@ void gpu_render_target_init(gpu_texture_t *target, int width, int height, gpu_te
void gpu_render_target_init_framebuffer(gpu_texture_t *target, int width, int height, gpu_texture_format_t format) {}
void gpu_pipeline_init(gpu_pipeline_t *pipe) {
gpu_internal_pipeline_init(pipe);
}
void gpu_pipeline_compile(gpu_pipeline_t *pipe) {
WGPUColorTargetState csDesc;
memset(&csDesc, 0, sizeof(csDesc));