[D3D12] DXBC vertex index byte swap

This commit is contained in:
Triang3l
2018-09-02 16:10:20 +03:00
parent fc6d388c4b
commit f90fa0cf33
2 changed files with 244 additions and 0 deletions

View File

@@ -185,6 +185,7 @@ class DxbcShaderTranslator : public ShaderTranslator {
void PopSystemTemp(uint32_t count = 1);
// Writing the prologue.
void StartVertexShader_SwapVertexIndex();
void StartVertexShader();
void StartPixelShader();