Fix build issue, removed unneeded stub function.
This commit is contained in:
@@ -49,8 +49,3 @@ KRSampler* KRSamplerManager::getSampler(KRSurface& surface, const SamplerInfo& i
|
|||||||
// TODO - Implement stub function
|
// TODO - Implement stub function
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
size_t KRSamplerManager::getSamplerHandlesUsed()
|
|
||||||
{
|
|
||||||
// TODO - Implement stub function
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -52,8 +52,6 @@ public:
|
|||||||
|
|
||||||
KRSampler* getSampler(KRSurface& surface, const SamplerInfo& info);
|
KRSampler* getSampler(KRSurface& surface, const SamplerInfo& info);
|
||||||
|
|
||||||
size_t getSamplerHandlesUsed();
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
typedef std::map<std::pair<std::string, std::vector<int> >, KRSampler*> SamplerMap;
|
typedef std::map<std::pair<std::string, std::vector<int> >, KRSampler*> SamplerMap;
|
||||||
SamplerMap m_samplers;
|
SamplerMap m_samplers;
|
||||||
|
|||||||
Reference in New Issue
Block a user