Click or drag to resize

TextureWrapT Property

Gets or sets the wrap mode for texture coordinate T (vertical).

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public TextureWrapMode WrapT { get; set; }

Property Value

Type: TextureWrapMode
Remarks
See TextureWrapMode for options and their effects.

Note: in DEBUG mode with assertions enabled, an error will be logged to the debug console if this texture is not bound.

OpenGL API: glTexParameteri(GL_TEXTURE_WRAP_T), glGetTexParameteriv(GL_TEXTURE_WRAP_T)

See Also