mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 22:30:11 +01:00
st/nir: use asprintf() wrapper to fix MSVC issues
Fixes: 856e84083e ("mesa/st: add sampler uniforms")
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
9607d499dc
commit
b1c35fa6d6
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
|||
* This should run after nir_lower_samplers.
|
||||
*/
|
||||
|
||||
#include "util/u_string.h"
|
||||
#include "compiler/nir/nir.h"
|
||||
#include "st_nir.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue