RenderContextBase.LockShaders Method

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

Parameters

lockShader
bool

<default>

.NET Framework

Supported in: 4.8

In this article

Definition