GLStateCache.js icon indicating copy to clipboard operation
GLStateCache.js copied to clipboard

fix typo

Open PrincessGod opened this issue 6 years ago • 0 comments

Hi, @spite

I made the following improvements

fix typo :

  • cache.far === depthRangeFar => cache.depthRangeFar === far
  • cache.disableVertexAttribArray => cache.disableVertexAttribArrayIndex
  • cache.enableVertexAttribArray => enableVertexAttribArrayIndex

add functions:

  • blendColor
  • blendEquationSeparate
  • blendFuncSeparate
  • colorMask
  • depthFunc
  • depthMask

PrincessGod avatar Jun 02 '18 09:06 PrincessGod