AcTools.Render.Kn5SpecificForward.Materials.Kn5MaterialSimpleDiffMaps.Draw C# (CSharp) Méthode

Draw() public méthode

public Draw ( DeviceContextHolder contextHolder, int indices, SpecialRenderMode mode ) : void
contextHolder DeviceContextHolder
indices int
mode SpecialRenderMode
Résultat void
        public override void Draw(DeviceContextHolder contextHolder, int indices, SpecialRenderMode mode) {
            Effect.TechDiffMaps.DrawAllPasses(contextHolder.DeviceContext, indices);
        }
    }
Kn5MaterialSimpleDiffMaps