|
| | RenderTarget2D (GraphicsDevice graphicsDevice, int width, int height, [MarshalAs(UnmanagedType.U1)] bool mipMap, SurfaceFormat preferredFormat, DepthFormat preferredDepthFormat, int preferredMultiSampleCount, RenderTargetUsage usage) |
| |
| | RenderTarget2D (GraphicsDevice graphicsDevice, int width, int height, [MarshalAs(UnmanagedType.U1)] bool mipMap, SurfaceFormat preferredFormat, DepthFormat preferredDepthFormat) |
| |
| | RenderTarget2D (GraphicsDevice graphicsDevice, int width, int height) |
| |
| void | SaveAsJpeg (Stream stream, int width, int height) |
| |
| void | SaveAsPng (Stream stream, int width, int height) |
| |
| void | SetData< T > (T[] data) |
| |
| void | SetData< T > (T[] data, int startIndex, int elementCount) |
| |
| void | SetData< T > (int level, Rectangle? rect, T[] data, int startIndex, int elementCount) |
| |
| void | GetData< T > (T[] data) |
| |
| void | GetData< T > (T[] data, int startIndex, int elementCount) |
| |
| void | GetData< T > (int level, Rectangle? rect, T[] data, int startIndex, int elementCount) |
| |
| virtual void | Dispose () |
| |
| override string | ToString () |
| |
|
| static unsafe void | CopyData< T > (void *pData, int pitch, T[] data, int dataIndex, int elementCount, _D3DSURFACE_DESC *pSurface, uint dwLockWidth, uint dwLockHeight, [MarshalAs(UnmanagedType.U1)] bool isSetting) |
| |
| static unsafe Texture2D | GetManagedObject (IDirect3DTexture9 *pInterface, GraphicsDevice pDevice, uint pool) |
| |
| static byte | GetExpectedByteSizeFromFormat (_D3DFORMAT format) |
| |
| static unsafe void | GetAndValidateSizes< T > (_D3DSURFACE_DESC *pSurface, uint *pdwFormatSize, uint *pdwElementSize) |
| |
| static unsafe void | GetAndValidateRect (_D3DSURFACE_DESC *__unnamed000, uint *pdwLockWidth, uint *pdwLockHeight, Rectangle? rect) |
| |
| static unsafe void | ValidateTotalSize (_D3DSURFACE_DESC *__unnamed000, uint dwLockWidth, uint dwLockHeight, uint dwFormatSize, uint dwElementSize, uint elementCount) |
| |
| static bool | CheckCompressedTexture (_D3DFORMAT format) |
| |
| static unsafe void | SwapBgr (void *pDest, void *pSrc, uint dwSize) |
| |
| static bool | IsPowerOfTwo (uint dwNumber) |
| |
|
| void | _007ERenderTarget2D () |
| |
| int IGraphicsResource. | SaveDataForRecreation () |
| |
| int IGraphicsResource. | RecreateAndPopulateObject () |
| |
| void IGraphicsResource. | ReleaseNativeObject ([MarshalAs(UnmanagedType.U1)] bool disposeManagedResource) |
| |
| void IDynamicGraphicsResource. | SetContentLost ([MarshalAs(UnmanagedType.U1)] bool isContentLost) |
| |
| unsafe void | CopyData< T > (int level, Rectangle? rect, T[] data, int startIndex, int elementCount, uint options, [MarshalAs(UnmanagedType.U1)] bool isSetting) |
| |
| void | SaveAsImage (Stream stream, SharedConstants.XnaImageFormat __unnamed001, int width, int height) |
| |
| Color[] | GetDataAsColor< T > (Converter< T, Color > toColor) |
| |
| Color[] | GetDataAsColor< T > () |
| |
| void | OnObjectCreation () |
| |
| void | _0021Texture2D () |
| |
| void | _007ETexture2D () |
| |
| void | _0021GraphicsResource () |
| |
| void | _007EGraphicsResource () |
| |
Definition at line 8 of file RenderTarget2D.cs.
The documentation for this class was generated from the following file: