Skip to content

Commit

Permalink
Example function had wrong return arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanFredriksson authored Oct 24, 2023
1 parent 4fcd858 commit f424cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
An arbitrary-precision arithmetic library for the OpenGL Shading Language (GLSL)

```glsl
void main() {
vec3 mandelbrot() {
uint c_r[ARRAY_SIZE];
uint c_i[ARRAY_SIZE];
Expand Down

0 comments on commit f424cf7

Please sign in to comment.