---
title: getActiveUniforms
framework: webkitjs
role: symbol
role_heading: Instance Method
path: webkitjs/webgl2renderingcontext/1632117-getactiveuniforms
---

# getActiveUniforms

## Declaration

```data
Int32Array getActiveUniforms(
    WebGLProgram? program, 
    Uint32Array? uniformIndices, 
    GLenum pname
);
```
