aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/samples/resources/shaders/common_buffers.hlsl
diff options
context:
space:
mode:
authorMarijn Tamis <[email protected]>2018-05-03 18:22:48 +0200
committerMarijn Tamis <[email protected]>2018-05-03 18:22:48 +0200
commitca32c59a58d37c1822e185a2d5f3d0d3e8943593 (patch)
treeb06b9eec03f34344ef8fc31aa147b2714d3962ee /NvCloth/samples/resources/shaders/common_buffers.hlsl
parentForced rename of platform folders in cmake dir. Git didn't pick this up before. (diff)
downloadnvcloth-ca32c59a58d37c1822e185a2d5f3d0d3e8943593.tar.xz
nvcloth-ca32c59a58d37c1822e185a2d5f3d0d3e8943593.zip
NvCloth 1.1.4 Release. (24070740)
Diffstat (limited to 'NvCloth/samples/resources/shaders/common_buffers.hlsl')
-rw-r--r--NvCloth/samples/resources/shaders/common_buffers.hlsl2
1 files changed, 2 insertions, 0 deletions
diff --git a/NvCloth/samples/resources/shaders/common_buffers.hlsl b/NvCloth/samples/resources/shaders/common_buffers.hlsl
index 1aa3386..3011243 100644
--- a/NvCloth/samples/resources/shaders/common_buffers.hlsl
+++ b/NvCloth/samples/resources/shaders/common_buffers.hlsl
@@ -23,6 +23,8 @@ cbuffer Object : register(b2)
{
row_major matrix model;
float4 defaultColor;
+ uint boneoffsetoffset;
+ uint submesh;
};
#endif \ No newline at end of file