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

Add Texture trait #47

Closed
bvssvni opened this issue Aug 5, 2019 · 2 comments
Closed

Add Texture trait #47

bvssvni opened this issue Aug 5, 2019 · 2 comments

Comments

@bvssvni
Copy link
Member

bvssvni commented Aug 5, 2019

Alternative to #46

Instead of inheriting from the same TextureError trait, a trait Texture could be added that inherits CreateTexture and UpdateTexture with equal associated error types.

@bvssvni
Copy link
Member Author

bvssvni commented Aug 5, 2019

To avoid naming collision with Texture structs in various places, one could use Tex or TextureOps.

@bvssvni
Copy link
Member Author

bvssvni commented Aug 5, 2019

Closed in favor of #46

@bvssvni bvssvni closed this as completed Aug 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant