| 28 | namespace sg |
| 29 | { |
| 30 | struct CallbackData final |
| 31 | { |
| 32 | ktxTexture *texture; |
| 33 | std::vector<Mipmap> *mipmaps; |
| 34 | }; |
| 35 | |
| 36 | /// Row padding is different between KTX (pad to 4) and Vulkan (none). |
| 37 | /// Also region->bufferOffset, i.e. the start of each image, has |
nothing calls this directly
no outgoing calls
no test coverage detected