MCPcopy Create free account
hub / github.com/cemyuksel/cyCodeBase / SetTextureFilteringMode

Method SetTextureFilteringMode

cyGL.h:625–625  ·  view source on GitHub ↗

Sets the filtering mode for the texture. The acceptable values are GL_NEAREST and GL_LINEAR. The minification filter values can also be GL_NEAREST_MIPMAP_NEAREST, GL_LINEAR_MIPMAP_NEAREST, GL_NEAREST_MIPMAP_LINEAR, or GL_LINEAR_MIPMAP_LINEAR. If the filter argument is zero, the corresponding filter parameter is not changed.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

SetFilteringModeMethod · 0.80

Tested by

no test coverage detected