Inheritance: IEffectWrapper, IEffectMatricesWrapper
コード例 #1
0
ファイル: ShadersTemplate.cs プロジェクト: gro-ove/actools
 public static void Set(this EffectVariable variable, EffectKunosShader.Material o) {
     SlimDxExtension.Set(variable, o, EffectKunosShader.Material.Stride);
 }