MCPcopy Create free account
hub / github.com/beefytech/Beef / Gfx_SetTexture_TextureSegment

Function Gfx_SetTexture_TextureSegment

BeefySysLib/BeefySysLib.cpp:852–856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

850}
851
852BF_EXPORT void BF_CALLTYPE Gfx_SetTexture_TextureSegment(int textureIdx, TextureSegment* textureSegment)
853{
854 DrawLayer* drawLayer = gBFApp->mRenderDevice->mCurDrawLayer;
855 drawLayer->SetTexture(textureIdx, textureSegment->mTexture);
856}
857
858BF_EXPORT void BF_CALLTYPE RenderState_SetDepthFunc(RenderState* renderState, int depthFunc)
859{

Callers

nothing calls this directly

Calls 1

SetTextureMethod · 0.45

Tested by

no test coverage detected