1
1
forked from 0ad/0ad

Fixes Sampler::Desc comment about using BorderColor.

This was SVN commit r27694.
This commit is contained in:
Vladislav Belov 2023-06-14 07:14:31 +00:00
parent 8f78ac1ef8
commit 44611294de

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2022 Wildfire Games.
/* Copyright (C) 2023 Wildfire Games.
* This file is part of 0 A.D.
*
* 0 A.D. is free software: you can redistribute it and/or modify
@ -64,7 +64,7 @@ struct Desc
float mipLODBias;
bool anisotropyEnabled;
float maxAnisotropy;
// When some filter is CLAMP_TO_BORDER.
// When at least one address mode is CLAMP_TO_BORDER.
BorderColor borderColor;
bool compareEnabled;
CompareOp compareOp;