Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 71b0fee

Browse files
committed
Implemented a more efficient binary loading method
1 parent c466911 commit 71b0fee

File tree

3 files changed

+489
-633
lines changed

3 files changed

+489
-633
lines changed

Source/RunActivity/Content/SceneryShader.fx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ struct VERTEX_INPUT_SKINNED
288288
float3 Normal : NORMAL;
289289
float4 Tangent : TANGENT;
290290
float2 TexCoordsPbr: TEXCOORD1;
291-
float4 Joints : BLENDINDICES0;
291+
uint4 Joints : BLENDINDICES0;
292292
float4 Weights : BLENDWEIGHT0;
293293
float4 Color : COLOR0;
294294
float4x4 Instance : TEXCOORD2;

0 commit comments

Comments
 (0)