Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    SamplerStateFactory Class

    Namespace: Stride.Graphics
    Assembly: Stride.Graphics.dll

    Base factory for SamplerState.

    System.Object → DisposeBase → ComponentBase → GraphicsResourceFactoryBase → SamplerStateFactory
    Derived from SamplerStateFactory:

    public class SamplerStateFactory : GraphicsResourceFactoryBase, IDisposable, IComponent, IReferencable, ICollectorHolder
    Name Description
    Fields
    AnisotropicClamp

    Default state for anisotropic filtering with texture coordinate clamping.

    AnisotropicWrap

    Default state for anisotropic filtering with texture coordinate wrapping.

    LinearClamp

    Default state for linear filtering with texture coordinate clamping.

    LinearWrap

    Default state for linear filtering with texture coordinate wrapping.

    PointClamp

    Default state for point filtering with texture coordinate clamping.

    PointWrap

    Default state for point filtering with texture coordinate wrapping.

    | Improve this Doc View Source

    Fields


    AnisotropicClamp

    Default state for anisotropic filtering with texture coordinate clamping.

    public readonly SamplerState AnisotropicClamp
    Field Value
    Type Description
    SamplerState

    AnisotropicWrap

    Default state for anisotropic filtering with texture coordinate wrapping.

    public readonly SamplerState AnisotropicWrap
    Field Value
    Type Description
    SamplerState

    LinearClamp

    Default state for linear filtering with texture coordinate clamping.

    public readonly SamplerState LinearClamp
    Field Value
    Type Description
    SamplerState

    LinearWrap

    Default state for linear filtering with texture coordinate wrapping.

    public readonly SamplerState LinearWrap
    Field Value
    Type Description
    SamplerState

    PointClamp

    Default state for point filtering with texture coordinate clamping.

    public readonly SamplerState PointClamp
    Field Value
    Type Description
    SamplerState

    PointWrap

    Default state for point filtering with texture coordinate wrapping.

    public readonly SamplerState PointWrap
    Field Value
    Type Description
    SamplerState

    Inherited Members

    GraphicsResourceFactoryBase.GraphicsDevice
    ComponentBase.Tags
    ComponentBase.Name
    ComponentBase.Destroy()
    ComponentBase.ICollectorHolder.Collector
    ComponentBase.OnNameChanged()
    ComponentBase.ToString()
    DisposeBase.Dispose()
    DisposeBase.IsDisposed
    DisposeBase.IReferencable.ReferenceCount
    DisposeBase.IReferencable.AddReference()
    DisposeBase.IReferencable.Release()
    DisposeBase.OnAddReference()
    DisposeBase.OnReleaseReference()

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation