thug/Code/Gfx/NGC/p_NxTextured3dPoly.cpp

28 lines
483 B
C++
Raw Normal View History

2016-02-13 21:39:12 +00:00
#include "Gfx/ngc/p_NxTextured3dPoly.h"
namespace NxNgc
{
////////////////////////////////////////////////////////////////////////////////////
// Here's a machine specific implementation of CTextured3dPoly
CNgcTextured3dPoly::CNgcTextured3dPoly()
{
}
CNgcTextured3dPoly::~CNgcTextured3dPoly()
{
}
void CNgcTextured3dPoly::plat_set_texture(uint32 texture_checksum)
{
}
void CNgcTextured3dPoly::plat_render()
{
}
} // Namespace NxNgc