Uses of Enum Class
org.praxislive.video.pgl.code.userapi.Constants.TextureWrap
Packages that use Constants.TextureWrap
-
Uses of Constants.TextureWrap in org.praxislive.video.pgl.code
Methods in org.praxislive.video.pgl.code with parameters of type Constants.TextureWrapModifier and TypeMethodDescriptionvoidP2DCodeDelegate.textureWrap(Constants.TextureWrap wrap) voidP3DCodeDelegate.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.TextureWrapModifier and TypeFieldDescriptionstatic final Constants.TextureWrapConstants.CLAMPstatic final Constants.TextureWrapConstants.REPEATMethods in org.praxislive.video.pgl.code.userapi that return Constants.TextureWrapModifier and TypeMethodDescriptionstatic Constants.TextureWrapReturns the enum constant of this class with the specified name.static Constants.TextureWrap[]Constants.TextureWrap.values()Returns an array containing the constants of this enum class, in the order they are declared.