示例#1
0
 public static CompiledShader CompileFromSource(string shaderSourceCode, CompilerMacro[] preprocessorDefines,
                                                CompilerIncludeHandler includeHandler, CompilerOptions options, string functionName, ShaderProfile profile, TargetPlatform platform)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public static CompiledShader AssembleFromFile(string shaderFileName, CompilerMacro[] preprocessorDefines,
                                               CompilerIncludeHandler includeHandler, CompilerOptions options, TargetPlatform platform)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public static CompiledShader AssembleFromFile(Stream shaderSourceCode, int numberBytes,
                                               CompilerMacro[] preprocessorDefines, CompilerIncludeHandler includeHandler, CompilerOptions options, TargetPlatform platform)
 {
     throw new NotImplementedException();
 }
示例#4
0
 public static CompiledShader AssembleFromFile(Stream shaderSourceCode, int numberBytes,
     CompilerMacro[] preprocessorDefines, CompilerIncludeHandler includeHandler, CompilerOptions options, TargetPlatform platform)
 {
     throw new NotImplementedException();
 }
示例#5
0
 public static CompiledShader CompileFromSource(string shaderSourceCode, CompilerMacro[] preprocessorDefines,
     CompilerIncludeHandler includeHandler, CompilerOptions options, string functionName, ShaderProfile profile, TargetPlatform platform)
 {
     throw new NotImplementedException();
 }
示例#6
0
 public static CompiledShader AssembleFromFile(string shaderFileName, CompilerMacro[] preprocessorDefines,
     CompilerIncludeHandler includeHandler, CompilerOptions options, TargetPlatform platform)
 {
     throw new NotImplementedException();
 }
示例#7
0
 public static CompiledEffect CompileEffectFromSource(string effectFileSource, CompilerMacro[] preprocessorDefines, CompilerIncludeHandler includeHandler, CompilerOptions options, TargetPlatform platform) { throw new NotImplementedException(); }
示例#8
0
 public static CompiledEffect CompileEffectFromFile(Stream effectFileStream, int numberBytes, CompilerMacro[] preprocessorDefines, CompilerIncludeHandler includeHandler, CompilerOptions options, TargetPlatform platform) { throw new NotImplementedException(); }
示例#9
0
 public static CompiledEffect CompileEffectFromSource(string effectFileSource, CompilerMacro[] preprocessorDefines, CompilerIncludeHandler includeHandler, CompilerOptions options, TargetPlatform platform)
 {
     throw new NotImplementedException();
 }
示例#10
0
 public static CompiledEffect CompileEffectFromFile(Stream effectFileStream, int numberBytes, CompilerMacro[] preprocessorDefines, CompilerIncludeHandler includeHandler, CompilerOptions options, TargetPlatform platform)
 {
     throw new NotImplementedException();
 }