GLTexturePropertyName

public enum GLTexturePropertyName : String, PropertyNameProtocol

Undocumented

  • The height of the texture, in pixels.

    Declaration

    Swift

    case height = "height"
  • The width of the texture, in pixels.

    Declaration

    Swift

    case width = "width"