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

glTexSubImage2D needed #88

Closed
rogermc2 opened this issue Sep 6, 2017 · 2 comments
Closed

glTexSubImage2D needed #88

rogermc2 opened this issue Sep 6, 2017 · 2 comments

Comments

@rogermc2
Copy link
Contributor

rogermc2 commented Sep 6, 2017

glTexSubImage2D does not appear to have been implemented.
glIsTexture would also be nice to have.
I will try following the Readme instructions on autogeneration to implement glTexSubImage2D.

@rogermc2
Copy link
Contributor Author

rogermc2 commented Sep 6, 2017

I have implemented glTexSubImage2D as Load_SubImage_From_Data and glIsTexture as Is_Texture in src/gl of my texsub_example branch.
My example program builds OK at this stage using Load_SubImage_From_Data but is not at the run testing stage yet.
I'm wondering if I should submit Load_SubImage_From_Data and Is_Texture as PR on a separate branch.
If Load_SubImage_From_Data for 2D is OK, I can probably also implement glTexSubImage1D and glTexSubImage3D?

@rogermc2
Copy link
Contributor Author

rogermc2 commented Sep 6, 2017

I have implemented routines for glTexSubImage2D and glIsTexture.
A previous comment on this seems to have disappeared!
This is covered in a PR for a new Superbible example so I'll close this.

@rogermc2 rogermc2 closed this as completed Sep 6, 2017
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

1 participant