Copying over the shader translator - generating d3d shaders now.

This commit is contained in:
Ben Vanik
2014-12-27 00:42:15 -08:00
parent 6573c87b8d
commit 58cff84550
9 changed files with 1841 additions and 30 deletions

View File

@@ -30,6 +30,8 @@ class Shader {
return translated_disassembly_;
}
const uint32_t* data() const { return data_.data(); }
struct BufferDescElement {
ucode::instr_fetch_vtx_t vtx_fetch;
xenos::VertexFormat format;