HLSL: Sampler/texture declarations, method syntax, partial Sample method
diff --git a/hlsl/hlslTokens.h b/hlsl/hlslTokens.h
index b3c1227..ebd9b63 100755
--- a/hlsl/hlslTokens.h
+++ b/hlsl/hlslTokens.h
@@ -1,5 +1,6 @@
 //
 //Copyright (C) 2016 Google, Inc.
+//Copyright (C) 2016 LunarG, Inc.
 //
 //All rights reserved.
 //
@@ -200,6 +201,9 @@
     EHTokTexture2darray,
     EHTokTexture3d,
     EHTokTextureCube,
+    EHTokTextureCubearray,
+    EHTokTexture2DMS,
+    EHTokTexture2DMSarray,
 
     // variable, user type, ...
     EHTokIdentifier,
@@ -278,4 +282,4 @@
 
 } // end namespace glslang
 
-#endif // EHLSLTOKENS_H_
\ No newline at end of file
+#endif // EHLSLTOKENS_H_