Click or drag to resize
SamplerStates Class
Sampler states we can use for materials textures.
Inheritance Hierarchy
SystemObject
  GeonBit.Core.Graphics.MaterialsSamplerStates

Namespace:  GeonBit.Core.Graphics.Materials
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static class SamplerStates

The SamplerStates type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAnisotropicClamp
AnisotropicClamp sampler state.
Public propertyStatic memberAnisotropicWrap
AnisotropicWrap sampler state.
Public propertyStatic memberLinearClamp
LinearClamp sampler state.
Public propertyStatic memberPointClamp
PointClamp sampler state.
Public propertyStatic memberPointWrap
PointWrap sampler state.
Top
See Also