Table of Contents

Class Preprocessor

Namespace
MonoGame.Effect
Assembly
MonoGame.Framework.Content.Pipeline.dll
public static class Preprocessor
Inheritance
Preprocessor
Inherited Members

Methods

Preprocess(string, string, IDictionary<string, string>, List<string>, IEffectCompilerOutput)

public static string Preprocess(string effectCode, string filePath, IDictionary<string, string> defines, List<string> dependencies, IEffectCompilerOutput output)

Parameters

effectCode string
filePath string
defines IDictionary<string, string>
dependencies List<string>
output IEffectCompilerOutput

Returns

string