| 216 | } |
| 217 | |
| 218 | bool Texture::SaveToMemory(std::uint8_t* bufferPtr) |
| 219 | { |
| 220 | return SaveToMemory(bufferPtr, 0); |
| 221 | } |
| 222 | |
| 223 | bool Texture::SaveToMemory(std::uint8_t* bufferPtr, std::int32_t level) |
| 224 | { |
nothing calls this directly
no test coverage detected