Registry / other / ktx
library4.4.2vcpkgunverified

Khronos KTX library for reading/writing KTX files and instantiating OpenGL, OpenGL ES, and Vulkan textures.

vcpkg install ktx
INSTALL
IMPORT
SIG · KTX
K
ktx
othercppv4.4.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ktx.h
#include <ktx.h>

Load a KTX texture from file.

#include <ktx.h> int main() { ktxTexture* texture; ktxResult result = ktxTexture_CreateFromNamedFile("texture.ktx", KTX_TEXTURE_CREATE_LOAD_IMAGE_DATA_BIT, &texture); if (result == KTX_SUCCESS) ktxTexture_Destroy(texture); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.4.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

ktx — pip install ktx · libregistry