VC4 fixes

Fixed lags on specific conditions, skinning
This commit is contained in:
Shinovon 2026-05-12 22:44:44 +05:00
parent 2829feffad
commit a3847a9768
7 changed files with 32 additions and 13 deletions

View file

@ -342,7 +342,6 @@ 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,