Dart DocumentationthreeWebGLRendererMemoryInfo

WebGLRendererMemoryInfo class

class WebGLRendererMemoryInfo {
	int programs = 0,
	    geometries = 0,
	    textures = 0;
}

Properties

int geometries #

int programs = 0,
	    geometries = 0

int programs #

int programs = 0

int textures #

int programs = 0,
	    geometries = 0,
	    textures = 0