Skip to content

Commit

Permalink
Fixed link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
elect86 committed Apr 9, 2016
1 parent 09d74e3 commit fc90b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jogl-samples/src/tests/gl_450/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ the sample for the left half.
* [`GL_ARB_conditional_render_inverted`](https://www.opengl.org/registry/specs/ARB/conditional_render_inverted.txt) adds
new modes to BeginConditionalRender which invert the condition used to determine whether to draw or not.

### [gl-450-query-statistics-arb](https://github.com/elect86/jogl-samples/blob/master/jogl-samples/src/tests/gl_450/Gl_450_query_statistic_arb.java):
### [gl-450-query-statistics-arb](https://github.com/elect86/jogl-samples/blob/master/jogl-samples/src/tests/gl_450/Gl_450_query_statistics_arb.java):

* [`GL_ARB_pipeline_statistics_query`](https://www.opengl.org/registry/specs/ARB/pipeline_statistics_query.txt) introduces
new query types that allow applications to get statistics information about different parts of the pipeline:
Expand Down

0 comments on commit fc90b41

Please sign in to comment.