WebGL 1.0 / GLSL Limits on this Device

RENDERER = WebKit WebGL
what's doing the WebGL rendering

MAX_VERTEX_ATTRIBS = 16
limit on number of attributes

MAX_VERTEX_UNIFORM_VECTORS = 4096
limit on number of uniforms in vertex shader

MAX_FRAGMENT_UNIFORM_VECTORS = 4096
limit on number of uniforms in fragment shader

MAX_VARYING_VECTORS = 31
limit on number of varying variables

MAX_VIEWPORT_DIMS = [ 8192, 8192 ]
maximum width and height of the viewport

ALIASED_POINT_SIZE_RANGE = [ 1, 1023 ]
range of supported values for gl_PointSize

ALIASED_LINE_WIDTH_RANGE = [ 1, 1 ]
range of supported values for line width

MAX_TEXTURE_SIZE = 8192
maximum width and height of texture images

MAX_CUBE_MAP_TEXTURE_SIZE = 16384
maximum width and height of images in cube map textures

MAX_TEXTURE_IMAGE_UNITS = 32
limit on number of texture units accessed from fragment shader

MAX_VERTEX_TEXTURE_IMAGE_UNITS = 32
limit on number of texture units accessed from vertex shader

MAX_COMBINED_TEXTURE_IMAGE_UNITS = 64
limit on total number of texture units accessed from both shaders

MAX_RENDERBUFFER_SIZE = 8192
maximum width and height for auxiliary drawing buffers