Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated all sources to current WebGL and TypedArray APIs; WebGLFloatArra... #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 1, 2012

  1. Updated all sources to current WebGL and TypedArray APIs; WebGLFloatA…

    …rray -> Float32Array, etc.
    
    Removed illegal enables of state like TEXTURE_2D, LINE_SMOOTH, POINT_SMOOTH, and VERTEX_ARRAY.
    Fixed texture wrap mode specifications in emptytexture.js and ftexture.js.
    Changed primitive.compile_program to accept list of attributes to bind.
    Enabled OES_texture_float extension at beginning of time because it's required throughout.
    Added precision qualifiers to all fragment shaders.
    Changed isosurface.frag to use integer loop bounds to work around apparent bug in ANGLE shader validator.
    kenrussell committed Jun 1, 2012
    Configuration menu
    Copy the full SHA
    661343d View commit details
    Browse the repository at this point in the history