RenderContextBase.LockBlendState Method

Locks the blend state so that the following calls to SetShader won't do anything until the blend states are unlocked.
Public Overridable Sub LockBlendState( _ 
ByVal lockBlendState As Boolean
)
This language is not supported or no code example is available.
public virtual void LockBlendState( 
bool lockBlendState 
)
This language is not supported or no code example is available.

Parameters

lockBlendState
bool

<default>

.NET Framework

Supported in: 4.8

In this article

Definition