Paradox Game Engine
v1.0.0 beta06
Main Page
Related Pages
Packages
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Macros
Pages
IShaderTokenProvider.cs
Go to the documentation of this file.
1
#region Header Licence
2
// ---------------------------------------------------------------------
3
//
4
// Copyright (c) 2009 Alexandre Mutel and Microsoft Corporation.
5
// All rights reserved.
6
//
7
// This code module is part of NShader, a plugin for visual studio
8
// to provide syntax highlighting for shader languages (hlsl, glsl, cg)
9
//
10
// ------------------------------------------------------------------
11
//
12
// This code is licensed under the Microsoft Public License.
13
// See the file License.txt for the license details.
14
// More info on: http://nshader.codeplex.com
15
//
16
// ------------------------------------------------------------------
17
#endregion
18
using
System
;
19
20
namespace
NShader.Lexer
21
{
22
public
interface
IShaderTokenProvider
23
{
24
ShaderToken
GetTokenFromSemantics(
string
text);
25
ShaderToken
GetTokenFromIdentifier(
string
text);
26
}
27
}
NShader.Lexer.IShaderTokenProvider
Definition:
IShaderTokenProvider.cs:22
NShader.Lexer.ShaderToken
ShaderToken
Definition:
ShaderToken.cs:20
SiliconStudio.Shaders.Parser.System
A system file.
sources
tools
SiliconStudio.Paradox.VisualStudio.Package
NShader
Common
IShaderTokenProvider.cs
Generated on Sat Dec 20 2014 21:52:30 for Paradox Game Engine by
1.8.7