MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / createTextureArray

Method createTextureArray

Engine/source/gfx/gl/gfxGLDevice.cpp:470–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468}
469
470GFXTextureArray* GFXGLDevice::createTextureArray()
471{
472 GFXGLTextureArray* textureArray = new GFXGLTextureArray();
473 textureArray->registerResourceWithDevice(this);
474 return textureArray;
475}
476
477void GFXGLDevice::endSceneInternal()
478{

Callers 1

_updateMaterialsMethod · 0.45

Calls 1

Tested by

no test coverage detected