mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 08:51:08 +00:00
- Backend update from GZDoom
IQM model support and a few bugfixes.
This commit is contained in:
parent
bfafe4e21c
commit
5eb9af1e00
52 changed files with 1237 additions and 118 deletions
|
@ -66,6 +66,7 @@ class FGLRenderState final : public FRenderState
|
|||
int lastTranslation = 0;
|
||||
int maxBoundMaterial = -1;
|
||||
size_t mLastMappedLightIndex = SIZE_MAX;
|
||||
size_t mLastMappedBoneIndexBase = SIZE_MAX;
|
||||
|
||||
IVertexBuffer *mCurrentVertexBuffer;
|
||||
int mCurrentVertexOffsets[2]; // one per binding point
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue