mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-21 00:25:44 +00:00
TechsetStateMapCache stub
This commit is contained in:
parent
5771044c08
commit
09fdb95927
3
src/ObjLoading/Techset/TechniqueStateMapCache.cpp
Normal file
3
src/ObjLoading/Techset/TechniqueStateMapCache.cpp
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#include "TechniqueStateMapCache.h"
|
||||||
|
|
||||||
|
using namespace techset;
|
10
src/ObjLoading/Techset/TechniqueStateMapCache.h
Normal file
10
src/ObjLoading/Techset/TechniqueStateMapCache.h
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#pragma once
|
||||||
|
|
||||||
|
namespace techset
|
||||||
|
{
|
||||||
|
class TechniqueStateMapCache
|
||||||
|
{
|
||||||
|
// TODO: Cache which state map is being used for which technique
|
||||||
|
// TODO: Cache state map data
|
||||||
|
};
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user