#include <ASysMesh_DX8.h>
Definition at line 4 of file ASysMesh_DX8.h.
◆ ASysMeshHAL()
ASysMeshHAL::ASysMeshHAL |
( |
| ) |
|
◆ GetZBias()
TINT ASysMeshHAL::GetZBias |
( |
| ) |
const |
|
inline |
◆ Render()
TBOOL ASysMeshHAL::Render |
( |
| ) |
|
|
overridevirtual |
Definition at line 22 of file ASysMesh_DX8.cpp.
23{
25 {
26 auto pRenderPacket = GetMaterial()->AddRenderPacket( this );
27
28 pRenderPacket->SetModelViewMatrix(
30 );
31 }
32
34}
static TFORCEINLINE TRenderInterface * GetSingleton()
static BOOL ms_bStopRendering
◆ SetZBias()
void ASysMeshHAL::SetZBias |
( |
TINT | a_iZBias | ) |
|
|
overridevirtual |
◆ TDECLARE_CLASS()
◆ ms_bStopRendering
BOOL ASysMeshHAL::ms_bStopRendering |
|
inlinestatic |
The documentation for this class was generated from the following files:
- D:/_dev/OpenBarnyard/Source/OpenBarnyard/Source/Platform/DX8/ASysShader/ASysMesh_DX8.h
- D:/_dev/OpenBarnyard/Source/OpenBarnyard/Source/Platform/DX8/ASysShader/ASysMesh_DX8.cpp