Skip to content

clover: Add constructor for sampler_argument.

Vinson Lee requested to merge vlee/mesa:fix-cid-1213937 into master

Fix defects reported by Coverity Scan.

member_not_init_in_gen_ctor: The compiler-generated constructor for this class does not initialize s. member_not_init_in_gen_ctor: The compiler-generated constructor for this class does not initialize st.

Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports