[D3D12] Shader translator vertex fetch

This commit is contained in:
Triang3l
2018-07-22 23:10:12 +03:00
parent 67f88ff59c
commit 3101930526
2 changed files with 248 additions and 2 deletions

View File

@@ -62,6 +62,9 @@ class HlslShaderTranslator : public ShaderTranslator {
void ProcessJumpInstruction(const ParsedJumpInstruction& instr) override;
void ProcessAllocInstruction(const ParsedAllocInstruction& instr) override;
void ProcessVertexFetchInstruction(
const ParsedVertexFetchInstruction& instr) override;
private:
void Indent();
void Unindent();