Skip to content

Commit

Permalink
Update filters file
Browse files Browse the repository at this point in the history
  • Loading branch information
capehill committed Aug 1, 2019
2 parents cf26572 + 63d94b5 commit 17ae8ac
Showing 1 changed file with 41 additions and 29 deletions.
70 changes: 41 additions & 29 deletions filters
Original file line number Diff line number Diff line change
@@ -1,58 +1,70 @@
# glSnoop filters
# glSnoop 0.2 filters
#
# Comment out the unwanted function names

# OGLES2 functions

# aglSwapBuffers
aglSwapBuffers
glCompileShader
glGenBuffers
#glBindBuffer
#glBufferData
#glBufferSubData
glBindBuffer
glBufferData
glBufferSubData
glDeleteBuffers
#glEnableVertexAttribArray
#glVertexAttribPointer
#glDrawArrays
#glDrawElements
glEnableVertexAttribArray
glVertexAttribPointer
glDrawArrays
glDrawElements
glShaderSource
#glActiveTexture
#glBindTexture
glActiveTexture
glBindTexture
glGenTextures
glGenerateMipmap
glTexParameterf
glTexParameterfv
glTexParameteri
glTexParameteriv
#glTexSubImage2D
#glTexImage2D
glTexSubImage2D
glTexImage2D
glDeleteTextures
glGenFramebuffers
#glBindFramebuffer
glBindFramebuffer
glCheckFramebufferStatus
glFramebufferRenderbuffer
glFramebufferTexture2D
glGetFramebufferAttachmentParameteriv
glDeleteFramebuffers
glClear
glUseProgram

# WARP3D Nova functions

W3DN_Destroy # Keep always active
W3DN_Destroy # Keep this always active

W3DN_CreateVertexBufferObject
#W3DN_DestroyVertexBufferObject
#W3DN_VBOSetArray
#W3DN_VBOGetArray
#W3DN_VBOGetAttr
#W3DN_VBOLock
#W3DN_BufferUnlock
#W3DN_BindVertexAttribArray
#W3DN_DrawArrays
#W3DN_DrawElements
W3DN_DestroyVertexBufferObject
W3DN_VBOSetArray
W3DN_VBOGetArray
W3DN_VBOGetAttr
W3DN_VBOLock
W3DN_BufferUnlock
W3DN_BindVertexAttribArray
W3DN_DrawArrays
W3DN_DrawElements
W3DN_CreateFrameBuffer
W3DN_DestroyFrameBuffer
#W3DN_FBBindBuffer
#W3DN_FBGetBufferBM
#W3DN_FBGetBufferTex
W3DN_FBBindBuffer
W3DN_FBGetBufferBM
W3DN_FBGetBufferTex
W3DN_FBGetStatus
#W3DN_SetRenderTarget
#W3DN_GetRenderTarget
W3DN_SetRenderTarget
W3DN_GetRenderTarget
W3DN_FBGetAttr
W3DN_CompileShader
W3DN_Clear
W3DN_BindTexture
W3DN_Submit
W3DN_SetShaderPipeline
W3DN_WaitDone
W3DN_WaitIdle

0 comments on commit 17ae8ac

Please sign in to comment.