3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/resource/ResourceLocation.h"
18 ::ll::TypedStorage<8, 32, ::std::string> mImageName;
19 ::ll::TypedStorage<8, 56, ::ResourceLocation> mImageLocation;
20 ::ll::TypedStorage<8, 64, ::std::function<void(::AbstractTextureAccessor&, ::cg::ImageBuffer&)>> mImageGenerator;
25 RuntimeImageGeneratorInfo();
30 MCAPI RuntimeImageGeneratorInfo(
31 ::std::string
const& imageName,
32 ::ResourceLocation
const& imageLocation,
33 ::std::function<
void(::AbstractTextureAccessor&, ::cg::ImageBuffer&)>
const& imageGenerator
36 MCAPI ~RuntimeImageGeneratorInfo();
43 ::std::string
const& imageName,
44 ::ResourceLocation
const& imageLocation,
45 ::std::function<
void(::AbstractTextureAccessor&, ::cg::ImageBuffer&)>
const& imageGenerator
Definition AbstractTextureAccessor.h:5
Definition ImageBuffer.h:16
Definition RuntimeImageGeneratorInfo.h:5