mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-22 17:47:20 +03:00
Merge branch 'master' of https://gitlab.com/shinovon/re3-symbian
This commit is contained in:
commit
2390c67fa1
6 changed files with 73 additions and 64 deletions
3
vendor/librw/src/gl/gl3skin.cpp
vendored
3
vendor/librw/src/gl/gl3skin.cpp
vendored
|
|
@ -19,6 +19,8 @@
|
|||
|
||||
#include "rwgl3impl.h"
|
||||
|
||||
extern bool moreVram;
|
||||
|
||||
namespace rw {
|
||||
namespace gl3 {
|
||||
|
||||
|
|
@ -340,6 +342,7 @@ skinClose(void *o, int32, int32)
|
|||
void
|
||||
initSkin(void)
|
||||
{
|
||||
if (moreVram) return; // TODO
|
||||
u_boneMatrices = registerUniform("u_boneMatrices", UNIFORM_MAT4, MAX_BONES);
|
||||
|
||||
Driver::registerPlugin(PLATFORM_GL3, 0, ID_SKIN,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue