MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / ColorMapManager

Method ColorMapManager

ogsr_engine/Layers/xrRender/ColorMapManager.cpp:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include "dxRenderDeviceRender.h"
5
6ColorMapManager::ColorMapManager()
7{
8 m_CMap[0] = dxRenderDeviceRender::Instance().Resources->_CreateTexture("$user$cmap0");
9 m_CMap[1] = dxRenderDeviceRender::Instance().Resources->_CreateTexture("$user$cmap1");
10}
11
12void ColorMapManager::SetTextures(const shared_str& tex0, const shared_str& tex1)
13{

Callers

nothing calls this directly

Calls 1

_CreateTextureMethod · 0.45

Tested by

no test coverage detected