WebGLActiveInfo

Overview

The WebGLActiveInfo interface is part of the WebGL API and represents the information returned by calling the WebGLRenderingContext.getActiveAttrib() and WebGLRenderingContext.getActiveUniform() methods.

Location

Properties


name

 

property name: String read write;

 

String name { get; set; }

 

var name: String { get{} set{} }

 

String name { __get; __set; }

 

Property name() As String

type

 

property type: dynamic read write;

 

dynamic type { get; set; }

 

var type: dynamic { get{} set{} }

 

dynamic type { __get; __set; }

 

Property type() As dynamic