CeresEngine
0.2.0
A game development framework
Loading...
Searching...
No Matches
MaterialImporter.hpp
Go to the documentation of this file.
1
//
2
// CeresEngine - A game development framework
3
//
4
// Created by Rogiel Sulzbach.
5
// Copyright (c) 2018-2022 Rogiel Sulzbach. All rights reserved.
6
//
7
8
#pragma once
9
10
#include "
CeresEngine/Resource/Importer/ResourceImportOptions.hpp
"
11
#include "
CeresEngine/Resource/Importer/ResourceImporter.hpp
"
12
13
namespace
CeresEngine
{
14
15
struct
MaterialImportOptions
:
public
ResourceImportOptions
{};
16
17
class
MaterialImporter
:
public
TResourceImporter
<MaterialImporter, MaterialImportOptions> {
18
public
:
19
using
TResourceImporter::TResourceImporter;
20
};
21
22
}
// namespace CeresEngine
ResourceImportOptions.hpp
ResourceImporter.hpp
CeresEngine::MaterialImporter
Definition
MaterialImporter.hpp:17
CeresEngine::TResourceImporter
Creates a new resource importer.
Definition
ResourceImporter.hpp:248
CeresEngine
Definition
Application.hpp:19
CeresEngine::MaterialImportOptions
Definition
MaterialImporter.hpp:15
CeresEngine::ResourceImportOptions
A structure that contains import options that describes how a resource should be imported.
Definition
ResourceImportOptions.hpp:16
Sources
CeresEngine
Material
Importer
MaterialImporter.hpp
Generated by
1.9.8