[D3D12] DXBC vfetch ld_raw part

This commit is contained in:
Triang3l
2018-09-06 17:05:36 +03:00
parent a0aa55b1e8
commit bed58a2282
2 changed files with 145 additions and 0 deletions

View File

@@ -66,6 +66,8 @@ class DxbcShaderTranslator : public ShaderTranslator {
std::vector<uint8_t> CompleteTranslation() override;
void ProcessVertexFetchInstruction(
const ParsedVertexFetchInstruction& instr) override;
void ProcessAluInstruction(const ParsedAluInstruction& instr) override;
private: