HLSL: Sampler/texture declarations, method syntax, partial Sample method

This commit is contained in:
LoopDawg
2016-06-29 10:58:58 -06:00
parent d8509b3367
commit 4886f69734
13 changed files with 1387 additions and 74 deletions

View File

@@ -1,5 +1,6 @@
//
//Copyright (C) 2016 Google, Inc.
//Copyright (C) 2016 LunarG, Inc.
//
//All rights reserved.
//
@@ -200,6 +201,9 @@ enum EHlslTokenClass {
EHTokTexture2darray,
EHTokTexture3d,
EHTokTextureCube,
EHTokTextureCubearray,
EHTokTexture2DMS,
EHTokTexture2DMSarray,
// variable, user type, ...
EHTokIdentifier,
@@ -278,4 +282,4 @@ enum EHlslTokenClass {
} // end namespace glslang
#endif // EHLSLTOKENS_H_
#endif // EHLSLTOKENS_H_