[D3D12] Broken memexport shader code
This commit is contained in:
parent
bd9aae016f
commit
ec7667ce1b
|
@ -1296,7 +1296,8 @@ void DxbcShaderTranslator::CompleteShaderCode() {
|
|||
// - system_temp_grad_v_.
|
||||
PopSystemTemp(6);
|
||||
|
||||
// TODO(Triang3l): Do memexport.
|
||||
// Write memexported data to the shared memory UAV.
|
||||
ExportToMemory();
|
||||
|
||||
// Release memexport temporary registers.
|
||||
for (int i = kMaxMemExports - 1; i >= 0; --i) {
|
||||
|
|
|
@ -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.
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue