Non-Functional: Remove unused parts of the disassembler.
This commit is contained in:
parent
d688796adc
commit
10971553b8
3 changed files with 60 additions and 664 deletions
|
|
@ -240,8 +240,11 @@ bool InitializeProcess();
|
|||
void FinalizeProcess();
|
||||
|
||||
class TShader
|
||||
setStrings(...);
|
||||
setEnvInput(EShSourceHlsl or EShSourceGlsl, stage, EShClientVulkan or EShClientOpenGL, 100);
|
||||
setEnvClient(EShClientVulkan or EShClientOpenGL, EShTargetVulkan_1_0 or EShTargetVulkan_1_1 or EShTargetOpenGL_450);
|
||||
setEnvTarget(EShTargetSpv, EShTargetSpv_1_0 or EShTargetSpv_1_3);
|
||||
bool parse(...);
|
||||
void setStrings(...);
|
||||
const char* getInfoLog();
|
||||
|
||||
class TProgram
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue