Add skin.wgsl (I forgor)

This commit is contained in:
mars 2022-05-08 15:26:15 -06:00
parent 1208be73bd
commit 26ddd7820b
1 changed files with 7 additions and 0 deletions

7
shaders/skin.wgsl Normal file
View File

@ -0,0 +1,7 @@
struct SkinnedVertex {
ptf: vec4<f32>;
};
struct SkinnedVertexArray {
data: array<SkinnedVertex>;
};