terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Microsoft.Xna.Framework.Graphics.SamplerStateCollection Class Referencesealed
+ Collaboration diagram for Microsoft.Xna.Framework.Graphics.SamplerStateCollection:

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 8 of file SamplerStateCollection.cs.


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