Kuesa::Qt3D::KTXTexture
Module: Kuesa Qt 3D API
Texture subclass that handles loading ktx files (both KTX1 and KTX2). More...
#include <ktxtexture.h>
Inherits from Qt3DRender::QAbstractTexture
Public Slots
Public Signals
Public Functions
Public Properties
Detailed Description
| class Kuesa::Qt3D::KTXTexture;
|
Texture subclass that handles loading ktx files (both KTX1 and KTX2).
Since: Kuesa 2.0
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.
Public Slots Documentation
slot setSource
| void setSource(
const QUrl & source
)
|
Public Signals Documentation
signal sourceChanged
| void sourceChanged(
const QUrl & source
)
|
Public Functions Documentation
function KTXTexture
| explicit KTXTexture(
Qt3DCore::QNode * parent =nullptr
)
|
function ~KTXTexture
function source
Public Property Documentation
property source
Updated on 2023-07-03 at 11:02:11 +0000