[D3D12] Broken memexport shader code

This commit is contained in:
Triang3l
2018-12-27 20:40:26 +03:00
parent bd9aae016f
commit ec7667ce1b
3 changed files with 1396 additions and 1 deletions

View File

@@ -830,6 +830,9 @@ class DxbcShaderTranslator : public ShaderTranslator {
void StartPixelShader();
// Writing the epilogue.
// ExportToMemory modifies the values of eA/eM# for simplicity, don't call
// multiple times.
void ExportToMemory();
void CompleteVertexOrDomainShader();
// Converts four depth values to 24-bit unorm or float, depending on the flag
// value.