RenderContextBase.CloseTexture (textureUnitType, Boolean) Method

Disables the texture.
Public Overridable Sub CloseTexture( _ 
ByVal textureUnit As textureUnitType, _ 
Optional ByVal force As Boolean = false _ 
)
This language is not supported or no code example is available.
public virtual void CloseTexture( 
textureUnitType textureUnit
bool force = false 
)
This language is not supported or no code example is available.

Parameters

textureUnit
textureUnitType

The texture unit

force
bool

If true disables all textures states regardless if there actually is a current texture active.

.NET Framework

Supported in: 4.8

In this article

Definition