PIPELINESTAGES 列舉
用來指出圖形管線階段的列舉。
Syntax
};
常數
PipeLineStages_InputAssembler
對應至輸入組合器階段的值。
PipeLineStages_VertexShader
對應至頂點著色器階段的值。
PipeLineStages_HullShader
對應至殼層著色器階段的值。
PipeLineStages_Tesselator
對應至 Tesselator 階段的值。
PipeLineStages_DomainShader
對應至定義域著色器階段的值。
PipeLineStages_GeometryShader
對應至幾何著色器階段的值。
PipeLineStages_StreamOutput
對應至資料流程輸出階段的值。
PipeLineStages_Rasterizer
對應至點陣化階段的值。
PipeLineStages_PixelShader
對應至圖元著色器階段的值。
PipeLineStages_OutputMerger
對應至輸出合併階段的值。
PipeLineStages_ComputeShader
對應至計算著色器階段的值。
規格需求
標頭 | Vspixengine.h |