mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement SampleCoverage
This commit is contained in:
parent
f1efeb00af
commit
abfbeca670
5 changed files with 46 additions and 41 deletions
|
@ -619,7 +619,7 @@ interface WebGLRenderingContextBase
|
|||
|
||||
//void renderbufferStorage(GLenum target, GLenum internalformat,
|
||||
// GLsizei width, GLsizei height);
|
||||
//void sampleCoverage(GLclampf value, GLboolean invert);
|
||||
void sampleCoverage(GLclampf value, GLboolean invert);
|
||||
void scissor(GLint x, GLint y, GLsizei width, GLsizei height);
|
||||
|
||||
void shaderSource(WebGLShader? shader, DOMString source);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue