We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdff8d9 commit 7d8720bCopy full SHA for 7d8720b
1 file changed
.clang-format
@@ -43,9 +43,9 @@ IncludeCategories:
43
# 8. C system headers
44
# 9. Conditional includes
45
46
- # 0. Glew must be included before any other GL header
+ # 0. GL loaders must be included before any other GL header
47
# Negative priority puts it above the default IncludeIsMainRegex
48
- - Regex: '<pxr/imaging/glf/glew.h>'
+ - Regex: '<pxr/imaging/(garch/glApi.h|glf/glew.h)>'
49
Priority: -1
50
51
# 1. Related header
0 commit comments