---
title: stencilFuncSeparate
framework: webkitjs
role: symbol
role_heading: Instance Method
path: webkitjs/webglrenderingcontextbase/1633044-stencilfuncseparate
---

# stencilFuncSeparate

## Declaration

```data
void stencilFuncSeparate(
    GLenum face, 
    GLenum func, 
    GLint ref, 
    GLuint mask
);
```
