Shader type read for translation.

This commit is contained in:
Ben Vanik
2013-10-11 22:04:34 -07:00
parent 1378fad3c0
commit 04aad708c9
7 changed files with 113 additions and 7 deletions

View File

@@ -37,6 +37,8 @@ public:
// NOTE: xe_free() the returned string!
char* Disassemble();
virtual int Prepare();
protected:
xenos::XE_GPU_SHADER_TYPE type_;
uint32_t* dwords_;