TextureFilter2DLinearClampToEdge Property |
Gets a texture filter with the following properties:
Namespace:
AGI.Foundation.Graphics.Renderer
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic static TextureFilter2D LinearClampToEdge { get; }
Public Shared ReadOnly Property LinearClampToEdge As TextureFilter2D
Get
public:
static property TextureFilter2D LinearClampToEdge {
TextureFilter2D get ();
}
static member LinearClampToEdge : TextureFilter2D with get
Property Value
Type:
TextureFilter2D
See Also