This commit is contained in:
Dante Leoncini 2026-05-06 23:23:00 -03:00
commit 2390c67fa1
6 changed files with 73 additions and 64 deletions

View file

@ -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,