hoffstadt / hoffstadt/DearPyGui
Texture should support integer formats.
Open
category: textures
priority: high
type: improvement
- Dominant language
- C++
- Stars
- 15.6k
- Forks
- 783
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
I have an 8-bit integer array and I want to set it as the texture. However, I have to convert it to float format first, which is a great overhead.
**Describe the solution you'd like**
Add integer support for raw textures.
**Describe alternatives you've considered**
Add integer array versions of `LoadTextureFromArrayRaw`, and add additional supports above it.
Contributor guide
Assessment
This issue has not been assessed yet.