init morph target glsl

This commit is contained in:
QuantumCoderQC 2021-10-14 21:19:51 +02:00
parent 10d41e5eca
commit 09433f2a19
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#version 450
uniform sampler2D morphData;
uniform float morphWeights[maxMorphTargets];
in vec2 texCoord;