Skip to content

Commit 3e95a99

Browse files
Merge pull request #1330 from hearga/array3d-short
VSG_array3D short/unsigned short support
2 parents 504ec2d + b2e45c4 commit 3e95a99

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

include/vsg/core/Array3D.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,14 @@ namespace vsg
393393
VSG_array3D(dvec3Array3D, dvec3);
394394
VSG_array3D(dvec4Array3D, dvec4);
395395

396+
VSG_array3D(svec2Array3D, svec2);
397+
VSG_array3D(svec3Array3D, svec3);
398+
VSG_array3D(svec4Array3D, svec4);
399+
400+
VSG_array3D(usvec2Array3D, usvec2);
401+
VSG_array3D(usvec3Array3D, usvec3);
402+
VSG_array3D(usvec4Array3D, usvec4);
403+
396404
VSG_array3D(ubvec2Array3D, ubvec2);
397405
VSG_array3D(ubvec3Array3D, ubvec3);
398406
VSG_array3D(ubvec4Array3D, ubvec4);

0 commit comments

Comments
 (0)