mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
st/mesa: fix MSVC compile breakage
Trivial.
This commit is contained in:
parent
9de00e74fe
commit
3307c85a7d
1 changed files with 2 additions and 2 deletions
|
|
@ -351,7 +351,7 @@ st_tgsi_lower_depth_clamp(const struct tgsi_token *tokens,
|
|||
int depth_range_const,
|
||||
bool clip_negative_one_to_one)
|
||||
{
|
||||
struct tgsi_depth_clamp_transform ctx = {};
|
||||
struct tgsi_depth_clamp_transform ctx = {0};
|
||||
struct tgsi_token *newtoks;
|
||||
int newlen;
|
||||
|
||||
|
|
@ -405,4 +405,4 @@ st_tgsi_lower_depth_clamp_fs(const struct tgsi_token *tokens,
|
|||
int depth_range_const)
|
||||
{
|
||||
return st_tgsi_lower_depth_clamp(tokens, depth_range_const, false);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue