MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / PipeLine

Method PipeLine

extensions/olcPGEX_Graphics3D.h:976–979  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

974
975
976 GFX3D::PipeLine::PipeLine()
977 {
978 //bUseMipMap = false;
979 }
980
981 void GFX3D::PipeLine::SetProjection(float fFovDegrees, float fAspectRatio, float fNear, float fFar, float fLeft, float fTop, float fWidth, float fHeight)
982 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected