Skip to content

vrend: Replace glTexParameterf() with glTexParameteri() for GL_TEXTURE_MIN/MAG_FILTER.

GL_TEXTURE_MIN/MAG_FILTER expects an enum value, to be set with glTexParameteri() (integer value) instead of glTexParameterf() (float value).

Merge request reports