GP: Missing change of texture format in previous commit

This commit is contained in:
Antonio Vazquez 2018-12-13 12:18:44 +01:00
parent ae5f19e32a
commit 0c011fd689
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ void GPENCIL_render_init(GPENCIL_Data *ved, RenderEngine *engine, struct Depsgra
}
vedata->render_depth_tx = DRW_texture_pool_query_2D(
size[0], size[1], GPU_DEPTH24_STENCIL8,
size[0], size[1], GPU_DEPTH_COMPONENT24,
&draw_engine_gpencil_type);
vedata->render_color_tx = DRW_texture_pool_query_2D(
size[0], size[1], GPU_RGBA32F,