Class GraphicsTexture
Inheritance
System.Object
GraphicsTexture
Implements
System.IDisposable
Namespace: Aximo.Render.OpenGL
Assembly: Aximo.Render.dll
Syntax
public class GraphicsTexture : IDisposable
Constructors
| Improve this Doc View SourceGraphicsTexture(Vector2i)
Declaration
public GraphicsTexture(Vector2i size)
Parameters
Type | Name | Description |
---|---|---|
OpenToolkit.Mathematics.Vector2i | size |
GraphicsTexture(Int32, Int32)
Declaration
public GraphicsTexture(int width, int height)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | width | |
System.Int32 | height |
Properties
| Improve this Doc View SourceTexture
Declaration
public RendererTexture Texture { get; }
Property Value
Type | Description |
---|---|
RendererTexture |
Methods
| Improve this Doc View SourceDispose()
Declaration
public void Dispose()
UpdateTexture()
Declaration
public void UpdateTexture()
Implements
System.IDisposable