Skip to content

Kuesa::Serenity::TextureGenerator

#include <texturegenerator.h>

Public Types

Name
using std::unique_ptr<::Serenity::Texture > TexturePtr

Public Functions

Name
TextureGenerator() =default
std::vector< TexturePtr > generate(const GLTF2Import::GLTF2Context * ctx)

Public Types Documentation

using TexturePtr

1
using Kuesa::Serenity::TextureGenerator::TexturePtr =  std::unique_ptr<::Serenity::Texture>;

Public Functions Documentation

function TextureGenerator

1
TextureGenerator() =default

function generate

1
2
3
std::vector< TexturePtr > generate(
    const GLTF2Import::GLTF2Context * ctx
)

Updated on 2022-10-18 at 11:12:51 +0200