Package com.raylib
Class Raylib.TextureWrap
java.lang.Object
com.raylib.Raylib.TextureWrap
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intClamps texture to edge pixel in tiled modestatic final intMirrors and clamps to border the texture in tiled modestatic final intMirrors and repeats the texture in tiled modestatic final intRepeats texture in tiled mode -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TEXTURE_WRAP_REPEAT
public static final int TEXTURE_WRAP_REPEATRepeats texture in tiled mode- See Also:
-
TEXTURE_WRAP_CLAMP
public static final int TEXTURE_WRAP_CLAMPClamps texture to edge pixel in tiled mode- See Also:
-
TEXTURE_WRAP_MIRROR_REPEAT
public static final int TEXTURE_WRAP_MIRROR_REPEATMirrors and repeats the texture in tiled mode- See Also:
-
TEXTURE_WRAP_MIRROR_CLAMP
public static final int TEXTURE_WRAP_MIRROR_CLAMPMirrors and clamps to border the texture in tiled mode- See Also:
-
-
Constructor Details
-
TextureWrap
public TextureWrap()
-