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

@@ -41,3 +41,7 @@ Shader::~Shader() {
char* Shader::Disassemble() {
return DisassembleShader(type_, dwords_, dword_count_);
}
int Shader::Prepare() {
return 0;
}