| IGraphicsService Methods |
The IGraphicsService type exposes the following members.
| Name | Description | |
|---|---|---|
| GetCopyFilter |
Gets a default CopyFilter that can be used to copy a texture into a render
target.
(Defined by PostProcessHelper.) | |
| GetDefaultNormalTexture |
Gets a 1x1 normal map. The normal vector is (0, 0, 1).
(Defined by TextureHelper.) | |
| GetDefaultTexture2DBlack |
Gets a black 2D texture with 1x1 pixels.
(Defined by TextureHelper.) | |
| GetDefaultTexture2DWhite |
Gets a white 2D texture with 1x1 pixels.
(Defined by TextureHelper.) | |
| GetDefaultTexture3DBlack |
Gets a black 3D texture with 1x1 pixels.
(Defined by TextureHelper.) | |
| GetDefaultTexture3DWhite |
Gets a white 3D texture with 1x1 pixels.
(Defined by TextureHelper.) | |
| GetDefaultTextureCubeBlack |
Gets a cubemap texture where each face consists of 1 black pixel.
(Defined by TextureHelper.) | |
| GetDefaultTextureCubeWhite |
Gets a cubemap texture where each face consists of 1 white pixel.
(Defined by TextureHelper.) | |
| GetDownsampleFilter |
Gets a default DownsampleFilter that can be used to downsample an image into
a low-resolution render target.
(Defined by PostProcessHelper.) | |
| GetNormalsFittingTexture |
Gets the normals fitting texture for calculating "best fit" normals.
(Defined by TextureHelper.) | |
| GetSpriteBatch |
Gets a shared SpriteBatch instance.
(Defined by GraphicsHelper.) |