We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 285261e commit b2a66beCopy full SHA for b2a66be
PBR/interface/GLTF_PBR_Renderer.hpp
@@ -253,8 +253,8 @@ class GLTF_PBR_Renderer : public PBR_Renderer
253
PSO_FLAGS PSOFlags = PSO_FLAG_NONE;
254
const float4x4* NodeMatrix = nullptr;
255
const float4x4* PrevNodeMatrix = nullptr; // #if COMPUTE_MOTION_VECTORS
256
- const Uint32 JointCount = 0;
257
- const Uint32 FirstJoint = 0;
+ Uint32 JointCount = 0;
+ Uint32 FirstJoint = 0;
258
const float3* PosScale = nullptr;
259
const float3* PosBias = nullptr;
260
const float4x4* SkinPreTransform = nullptr; // #if USE_JOINTS && USE_SKIN_PRE_TRANSFORM
0 commit comments