Skip to content

libktx: install format headers? #1020

@n-morales

Description

@n-morales

I'm learning the API for libktx, and according to the usage overview for writing a ktx1 or ktx2 file, I would need to include the following headers:

#include <ktx.h>
#include <vkformat_enum.h>

However, vk_format_enum.h does not appear to be installed by the CMakeLists.txt (I'm using conan to install ktx, but I believe this is also the case if building and installing from source). There are a couple of other headers, like vk_format.h and gl_format.h that may also be useful to have installed.

By the way, while I could of course include the system vulkan and opengl headers, the piece of software I'm writing is intended to not have a dependency on these so it would be nice to have these stub headers provided by the library.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions