Skip to content

Commit

Permalink
Update docs/upgrade-guide.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ib Green <[email protected]>
  • Loading branch information
felixpalmer and ibgreen authored Dec 16, 2024
1 parent 56f0430 commit 39a36ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## Upgrading to v9.1

### Uniform buffer objects
### Uniform buffers

All shaders that use global uniform defitions need to be migrated to Uniform Buffer Objects and the shader references updated, for example:
GLSL shaders that take inputs via WebGL1-style uniforms need to be migrated to use uniform buffers instead. For example:

```glsl
// Global uniform
Expand Down

0 comments on commit 39a36ae

Please sign in to comment.