AcTools.Render.Kn5SpecificForward.Materials.Kn5MaterialSimpleBase.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 virtual void Draw(DeviceContextHolder contextHolder, int indices, SpecialRenderMode mode) {
            Effect.TechStandard.DrawAllPasses(contextHolder.DeviceContext, indices);
        }