|
Ritchie's Abstractions 0.2
Platform abstractions that make Toolbox work
|
This is the complete list of members for Texture2D, including all inherited members.
| Dispose(bool disposing) | Texture2D | inlineprotectedvirtual |
| Ritchie::Graphics::Texture.Dispose() | GraphicsObject | inline |
| FromStream(Stream stream) | Texture2D | inlinestatic |
| GetData(in Span< byte > data) | Texture2D | inline |
| GraphicsDevice | GraphicsObject | |
| GraphicsObject() | GraphicsObject | inlineprotected |
| Height | Texture2D | |
| SetData(in ReadOnlySpan< byte > data) | Texture2D | inline |
| SetData(in ReadOnlySpan< byte > data, Rectangle region) | Texture2D | inline |
| SetData(in ReadOnlySpan< float > data) | Texture2D | inline |
| SetData(in ReadOnlySpan< uint > data) | Texture2D | inline |
| SetData(in ReadOnlySpan< int > data) | Texture2D | inline |
| SetData(in ReadOnlySpan< float > data, Rectangle region) | Texture2D | inline |
| SetData(in ReadOnlySpan< uint > data, Rectangle region) | Texture2D | inline |
| SetData(in ReadOnlySpan< int > data, Rectangle region) | Texture2D | inline |
| SetData(in ReadOnlySpan< Color > data) | Texture2D | inline |
| SetData(in ReadOnlySpan< Color > data, Rectangle region) | Texture2D | inline |
| Texture2D(int width, int height, SurfaceFormat surfaceFormat, PixelFormat pixelFormat) | Texture2D | inline |
| Width | Texture2D |