terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Microsoft.Xna.Framework.Graphics.SamplerStateCollection Class Referencesealed

Package Functions

 SamplerStateCollection (GraphicsDevice device, int maxSamplers, bool applyToVertexStage)
 
void Clear ()
 
void Dirty ()
 

Properties

SamplerState this[int index] [get, set]
 

Private Attributes

readonly GraphicsDevice _graphicsDevice
 
readonly SamplerState _samplerStateAnisotropicClamp
 
readonly SamplerState _samplerStateAnisotropicWrap
 
readonly SamplerState _samplerStateLinearClamp
 
readonly SamplerState _samplerStateLinearWrap
 
readonly SamplerState _samplerStatePointClamp
 
readonly SamplerState _samplerStatePointWrap
 
readonly SamplerState[] _samplers
 
readonly SamplerState[] _actualSamplers
 
readonly bool _applyToVertexStage
 

Detailed Description

Definition at line 6 of file SamplerStateCollection.cs.


The documentation for this class was generated from the following file: