HLSL: Sampler/texture declarations, method syntax, partial Sample method
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user