Skip to content

Commit

Permalink
Повысил лимит
Browse files Browse the repository at this point in the history
  • Loading branch information
xrSimpodin committed Jan 13, 2024
1 parent 0fe3244 commit 38c982d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Game/Resources_SoC_1.0006/gamedata/shaders/r3/skin.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,7 @@ struct v_model_skinned_4 // 40 bytes
float4 u_position(float4 v) { return float4(v.xyz, 1.f); }

//////////////////////////////////////////////////////////////////////////////////////////
// uniform float4 sbones_array [256-22] : register(vs,c22);
// tbuffer SkeletonBones
//{
float4 sbones_array[256 - 22];
//}
uniform float4 sbones_array[256 * 3];

float3 skinning_dir(float3 dir, float3 m0, float3 m1, float3 m2)
{
Expand Down

0 comments on commit 38c982d

Please sign in to comment.