Пример #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();
 }