Skip to content

Commit

Permalink
Add new functions to list
Browse files Browse the repository at this point in the history
  • Loading branch information
capehill committed Apr 24, 2021
1 parent 844f9ae commit f059e03
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion filters
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# glSnoop 0.4 filters
# glSnoop 1.0 filters
#
# Comment out the unwanted function names

Expand Down Expand Up @@ -182,6 +182,7 @@ W3DN_CreateRenderStateObject
W3DN_CreateShaderPipeline
W3DN_CreateTexSampler
W3DN_CreateTexture
W3DN_CreateTextureExtRMB
W3DN_CreateVertexBufferObject
W3DN_DBOGetAttr
W3DN_DBOGetBuffer
Expand Down Expand Up @@ -263,6 +264,8 @@ W3DN_Submit
W3DN_TexGenMipMaps
W3DN_TexGetParameters
W3DN_TexGetProperty
W3DN_TexGetRMBuffer
W3DN_TexGetSubResourceLayout
W3DN_TexSetParameters
W3DN_TexUpdateImage
W3DN_TexUpdateSubImage
Expand Down

0 comments on commit f059e03

Please sign in to comment.