mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-23 01:57:21 +03:00
Some stats
This commit is contained in:
parent
1209902fe9
commit
7e7188abbd
6 changed files with 54 additions and 0 deletions
3
vendor/librw/src/gl/gl3skin.cpp
vendored
3
vendor/librw/src/gl/gl3skin.cpp
vendored
|
|
@ -246,9 +246,12 @@ uploadSkinMatrices(Atomic *a)
|
|||
setUniform(u_boneMatrices, skinMatrices);
|
||||
}
|
||||
|
||||
extern "C" int skin;
|
||||
|
||||
void
|
||||
skinRenderCB(Atomic *atomic, InstanceDataHeader *header)
|
||||
{
|
||||
skin++;
|
||||
Material *m;
|
||||
|
||||
uint32 flags = atomic->geometry->flags;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue