color_conversion: remove unused alpha_blending parameter

This commit is contained in:
dec05eba
2025-11-14 03:43:25 +01:00
parent bf6011ffcf
commit d34a1036ef
8 changed files with 13 additions and 17 deletions

View File

@@ -363,7 +363,7 @@ static int gsr_capture_nvfbc_capture(gsr_capture *cap, gsr_capture_metadata *cap
gsr_color_conversion_draw(color_conversion, self->setup_params.dwTextures[grab_params.dwTextureIndex],
target_pos, (vec2i){output_size.x, output_size.y},
self->params.region_position, frame_size, original_frame_size,
GSR_ROT_0, GSR_SOURCE_COLOR_BGR, false, false);
GSR_ROT_0, GSR_SOURCE_COLOR_BGR, false);
//self->params.egl->glFlush();
//self->params.egl->glFinish();