Table of Contents

Class SamplerState

Namespace
Pie
Assembly
Pie.dll

Used to tell the graphics device how to sample textures.

public abstract class SamplerState : IDisposable
Inheritance
SamplerState
Implements
Inherited Members

Fields

MaxAnisotropicLevels

The maximum number of anisotropic levels a texture can have.

public const int MaxAnisotropicLevels = 16

Field Value

int
Used to tell the graphics device how to sample textures.

Properties

Description

public abstract SamplerStateDescription Description { get; }

Property Value

SamplerStateDescription
Used to tell the graphics device how to sample textures.

IsDisposed

Will return true when this SamplerState has been disposed.

public abstract bool IsDisposed { get; protected set; }

Property Value

bool
Used to tell the graphics device how to sample textures.

Methods

Dispose()

Dispose of this SamplerState.

public abstract void Dispose()