Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify the MetalTexture abstraction (AcademySoftwareFoundation#2095)
`mx_texture.metal` is used to provide an abstraction to the texture code when being called from GLSL code. There are a few functions in the interface of this abstraction that do not appear to be used anywhere. This PR proposes removing them, as a precursor to other upcoming texture work. I'm proposing this as a separate PR to make things easier to review. All of the MSL unit tests pass.
- Loading branch information