Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ DrawTriangleTex
Method
DrawTriangleTex
extensions/olcPGEX_Graphics3D.h:846–849 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
844
845
846
void GFX3D::DrawTriangleTex(olc::GFX3D::triangle &tri, olc::Sprite* spr)
847
{
848
849
}
850
851
float* GFX3D::m_DepthBuffer = nullptr;
852
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected