IShaderTechnique Interface

Defines the Vertex, Pixel and Geometry shader that constitute the shader technique.
Public Interface IShaderTechnique 
Inherits IShader
This language is not supported or no code example is available.
public interface IShaderTechnique : IShader
This language is not supported or no code example is available.
Name Description
Public property GeometryShader
Public property IsCompiled (inherited from IShader).
Public property Shader
Public property UpdatedInFrame Gets or sets a value indicating whether the shader has been updated in the current frame.
Top

.NET Framework

Supported in: 4.8

In this article

Definition