mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +00:00
Update WebGLPipeline.js
This commit is contained in:
parent
1e80f53f1d
commit
bc34d01535
1 changed files with 1 additions and 1 deletions
|
@ -660,7 +660,7 @@ var WebGLPipeline = new Class({
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Binds the pipeline resources, including the give shader, vertex buffer and attribute pointers.
|
* Binds the pipeline resources, including the given shader, vertex buffer and attribute pointers.
|
||||||
*
|
*
|
||||||
* This method is called every time this pipeline is made the current active pipeline.
|
* This method is called every time this pipeline is made the current active pipeline.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue