MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / CallbackData

Class CallbackData

framework/scene_graph/components/image/ktx.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28namespace sg
29{
30struct 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected