mesa: initialize VertexProgram._VaryingInputs before the first use
authorMarek Olšák <marek.olsak@amd.com>
Tue, 21 Feb 2023 05:27:58 +0000 (00:27 -0500)
committerMarge Bot <emma+marge@anholt.net>
Thu, 2 Mar 2023 23:38:12 +0000 (23:38 +0000)
commit2e2605e2971e2a807e7088a4c61f373f6fbd34e6
tree44e28fcb318c64652a7897f0121a32120ee7ef3f
parent0a71957a9bfc6e529192509a0588ea9ce4171452
mesa: initialize VertexProgram._VaryingInputs before the first use

Noticed by code inspection.

Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21438>
src/mesa/main/context.c
src/mesa/program/program.c