Kuesa Runtime

KTXTexture Class

class Kuesa::KTXTexture

Texture subclass that handles loading ktx files (both KTX1 and KTX2). More...

Header: #include <KTXTexture>
Since: Kuesa 1.3
Instantiated By: KTXTexture

This class was introduced in Kuesa 1.3.

Public Functions

QUrl source() const

Public Slots

void setSource(const QUrl &source)

Signals

void sourceChanged(const QUrl &source)

Detailed Description

KTX is a container format backed by the Khronos Group. It allows bundling all types of textures (simple texture with no mipmaps to cube map arrays with mipmaps). Additionally it handles ASTC compressed content.