Deprecate WrapMode.BorderClamp since it is deprecated in OGL3+
This commit is contained in:
parent
610ac6ae24
commit
ae70667104
@ -213,7 +213,10 @@ public abstract class Texture implements CloneableSmartAsset, Savable, Cloneable
|
|||||||
* coordinate will be clamped to the range [-1/(2N), 1 + 1/(2N)] where N
|
* coordinate will be clamped to the range [-1/(2N), 1 + 1/(2N)] where N
|
||||||
* is the size of the texture in the direction of clamping. Falls back
|
* is the size of the texture in the direction of clamping. Falls back
|
||||||
* on Clamp if not supported.
|
* on Clamp if not supported.
|
||||||
|
*
|
||||||
|
* @deprecated Not supported by OpenGL 3 or OpenGL ES 2
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
BorderClamp,
|
BorderClamp,
|
||||||
/**
|
/**
|
||||||
* Wrap mode MIRROR_CLAMP_TO_BORDER_EXT mirrors and clamps to border the
|
* Wrap mode MIRROR_CLAMP_TO_BORDER_EXT mirrors and clamps to border the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user