|
KANZI_API optional< GraphicsElementType > | kanzi::toGraphicsElementType (unsigned int kzbElementType) |
|
KANZI_API optional< GraphicsDataType > | kanzi::toGraphicsDataType (unsigned int kzbMeshVertexAttributeDataType) |
|
KANZI_API optional< GraphicsFormat > | kanzi::toGraphicsFormatFromKzbDepthAttachment (int kzbFormat) |
|
KANZI_API optional< GraphicsFormat > | kanzi::toGraphicsFormatFromKzbTextureFormat (unsigned int kzbTextureFormat) |
|
KANZI_API optional< GraphicsFormat > | kanzi::toGraphicsFormatFromKzbImageFormat (unsigned int kzbFormat) |
|
KANZI_API optional< Sampler::Filter > | kanzi::toSamplerFilterFromKzbTextureFilter (unsigned int kzbTextureFilter) |
|
KANZI_API optional< Sampler::MipmapMode > | kanzi::toSamplerMipmapModeFromKzbMipmapMode (unsigned int kzbMipmapMode) |
|
KANZI_API optional< Sampler::AddressingMode > | kanzi::toSamplerAddressingModeFromKzbWrapMode (unsigned int kzbWrapMode) |
|