Skip to content

arb_sample_locations: Initialize variables.

Vinson Lee requested to merge vlee/piglit:fix-cid-1437463 into main

Fix defects reported by Coverity Scan.

Uninitialized scalar variable (UNINIT) uninit_use: Using uninitialized value use_gl_sample_position. uninit_use: Using uninitialized value use_interpolate_at_sample

Fixes: 5e9ede3e ("add GL_ARB_sample_locations") Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports