Skip to content

Commit

Permalink
DebugTools,Shaders,TextureTools: null-terminate shader resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosra committed Jan 1, 2023
1 parent 3e7298f commit 9b4a813
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Magnum/DebugTools/resources.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
group=MagnumDebugTools
nullTerminated=true

[file]
filename=TextureImage.vert
Expand Down
1 change: 1 addition & 0 deletions src/Magnum/Shaders/resources-gl.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
group=MagnumShadersGL
nullTerminated=true

[file]
filename=Flat.vert
Expand Down
1 change: 1 addition & 0 deletions src/Magnum/TextureTools/resources.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
group=MagnumTextureTools
nullTerminated=true

[file]
filename=../Shaders/FullScreenTriangle.glsl
Expand Down

0 comments on commit 9b4a813

Please sign in to comment.