Beispiel #1
0
 public static Program CreateFromEffect(Effect effect, ProfileType profile, string entry, params string[] args)
 {
     return effect.CreateProgram(profile, entry, args);
 }