RenderContextBase.UpdateConstantBufferPerFrame Method

Updates the constant buffer per frame with the given data.
Public Overridable Sub UpdateConstantBufferPerFrame( _ 
Optional ByVal data As ShaderParameters = null _ 
)
This language is not supported or no code example is available.
public virtual void UpdateConstantBufferPerFrame( 
ShaderParameters data = null 
)
This language is not supported or no code example is available.

Parameters

data
ShaderParameters

The data to set on the constant buffer per frame. If it's null, the current data is used.

Remarks
 
Direct3D only.

.NET Framework

Supported in: 4.8

In this article

Definition