Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Microsoft.Xna.Framework.Graphics.GuideRenderer Class Reference

Public Member Functions

 GuideRenderer (IGuideRendererProxySource proxySource)
 
virtual void Dispose ()
 

Protected Member Functions

virtual void Dispose ([MarshalAs(UnmanagedType.U1)] bool P_0)
 

Private Member Functions

void _007EGuideRenderer ()
 
void _0021GuideRenderer ()
 
unsafe void DestroyResources ()
 
void GraphicsDeviceCreated (object sender, EventArgs e)
 
void GraphicsDeviceResetting (object sender, EventArgs e)
 
unsafe void GraphicsDeviceReset (object sender, EventArgs e)
 
void GraphicsDeviceDisposing (object sender, EventArgs e)
 
unsafe void DrawGuide (object sender, EventArgs e)
 
void SetStandardRenderStates ()
 
unsafe void ReplayDrawingCommands (IntPtr commandData, int commandDataSize)
 
 ~GuideRenderer ()
 
unsafe IUnknown * GetResource_003CIUnknown_003E (int handle)
 
unsafe IDirect3DTexture9GetResource_003CIDirect3DTexture9_003E (int handle)
 
unsafe IDirect3DVertexDeclaration9GetResource_003CIDirect3DVertexDeclaration9_003E (int handle)
 
unsafe IDirect3DVertexShader9GetResource_003CIDirect3DVertexShader9_003E (int handle)
 
unsafe IDirect3DPixelShader9GetResource_003CIDirect3DPixelShader9_003E (int handle)
 

Static Private Member Functions

static int GetVertexCount (_D3DPRIMITIVETYPE primitiveType, int primitiveCount)
 

Private Attributes

IGuideRendererProxySource proxySource
 
IGraphicsDeviceService graphicsDeviceService
 
GraphicsDevice graphicsDevice
 
int deviceResetCount
 
Dictionary< int, IntPtrresourceTable
 
unsafe IDirect3DStateBlock9pStateBlock
 

Detailed Description

Definition at line 11 of file GuideRenderer.cs.


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