Uses of Class
org.praxislive.video.pgl.code.userapi.Constants.TextureWrap
-
Packages that use Constants.TextureWrap Package Description org.praxislive.video.pgl.code org.praxislive.video.pgl.code.userapi -
-
Uses of Constants.TextureWrap in org.praxislive.video.pgl.code
Methods in org.praxislive.video.pgl.code with parameters of type Constants.TextureWrap Modifier and Type Method Description void
P2DCodeDelegate. textureWrap(Constants.TextureWrap wrap)
void
P3DCodeDelegate. textureWrap(Constants.TextureWrap wrap)
-
Uses of Constants.TextureWrap in org.praxislive.video.pgl.code.userapi
Fields in org.praxislive.video.pgl.code.userapi declared as Constants.TextureWrap Modifier and Type Field Description static Constants.TextureWrap
Constants. CLAMP
static Constants.TextureWrap
Constants. REPEAT
Methods in org.praxislive.video.pgl.code.userapi that return Constants.TextureWrap Modifier and Type Method Description static Constants.TextureWrap
Constants.TextureWrap. valueOf(String name)
Returns the enum constant of this type with the specified name.static Constants.TextureWrap[]
Constants.TextureWrap. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-