Texture.Bind Method

SFML.Net

TextureBind Method
Bind a texture for rendering

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public static void Bind(
	Texture texture
)
Public Shared Sub Bind ( 
	texture As Texture
)
public:
static void Bind(
	Texture^ texture
)
static member Bind : 
        texture : Texture -> unit 

Parameters

texture
Type: SFML.GraphicsTexture
Shader to bind (can be null to use no texture)
See Also