static WebGLBuffer InternalConstructor(WebGLRenderingContext gl) { // X:\jsc.svn\examples\javascript\chrome\apps\WebGL\ChromeShaderToyColumns\ChromeShaderToyColumns\Library\ShaderToy.cs var p = gl.createBuffer(); return p; }