Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

glTexParameterf -> glTexParameteri #9

Open
heitaoflower opened this issue Sep 8, 2017 · 1 comment
Open

glTexParameterf -> glTexParameteri #9

heitaoflower opened this issue Sep 8, 2017 · 1 comment

Comments

@heitaoflower
Copy link

GLES20.glTexParameteri(target, GL_TEXTURE_MAG_FILTER, mag);
GLES20.glTexParameteri(target, GL_TEXTURE_MIN_FILTER, min);

not use glTexParameterf

@MasayukiSuda
Copy link
Owner

Please pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants