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

#62 Setup textures and the texture cache #63

Merged
merged 1 commit into from
Dec 15, 2023
Merged

#62 Setup textures and the texture cache #63

merged 1 commit into from
Dec 15, 2023

Conversation

BrentFarris
Copy link
Contributor

Textures are now working, though the full management of them isn't complete. Also how they are being drawn as part of the instance group may be refactored, but for now it is working. The part that isn't complete is getting the texture location by the string name in the shader for OpenGL. This prepares the engine to work with PNG, ASTC, and raw textures. This also sets up the texture cache for re-using textures

Textures are now working, though the full management of them isn't complete. Also how they are being drawn as part of the instance group may be refactored, but for now it is working. The part that isn't complete is getting the texture location by the string name in the shader for OpenGL. This prepares the engine to work with PNG, ASTC, and raw textures. This also sets up the texture cache for re-using textures
@BrentFarris BrentFarris self-assigned this Dec 15, 2023
@BrentFarris BrentFarris merged commit d3fe9ca into master Dec 15, 2023
@BrentFarris
Copy link
Contributor Author

Pull request video: https://youtu.be/xbCL1xzdBsw

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

Successfully merging this pull request may close these issues.

None yet

1 participant