quakeforge/libs/models/brush
Bill Currie 2acdaa0252 [vulkan] Fix a pile of data upload issues
Copying data from the wrong buffer was the cause of the corrupted brush
model vertices, and then lots of little errors (mostly forgetting to
multiply by bpp) for textures.
2021-01-21 21:24:54 +09:00
..
gl_model_brush.c [model] Isolate renderer specific texture data 2021-01-19 13:07:31 +09:00
glsl_model_brush.c [model] Load bsp textures into vulkan 2021-01-20 00:37:37 +09:00
Makemodule.am [model] Build vulkan model libs 2021-01-19 14:12:49 +09:00
model_brush.c [model] Load bsp textures into vulkan 2021-01-20 00:37:37 +09:00
sw_model_brush.c [model] Remove empty brush model functions 2021-01-19 08:26:53 +09:00
vulkan_model_brush.c [vulkan] Fix a pile of data upload issues 2021-01-21 21:24:54 +09:00