Raw bytes support in observe-frames
Open
- Dominant language
- Go
- Stars
- 2.2k
- Forks
- 329
- PR merge metrics
- No merged PRs in 30d
Description
Currently observe-frames [converts everything to R8G8B8A8_UNORM](https://github.com/google/gapid/blob/3c7767d231eac1793eba7c0e98a068d14dd1f4ea/gapii/cc/vulkan_extras.cpp#L122). For anything that has more than 8 bit depth or uses floating point, it will lose some data.
Adding raw bytes support would make regression tests much easier.
Contributor guide
Assessment
This issue has not been assessed yet.