[D3D12] Add a missing new line to the shader translator
This commit is contained in:
parent
fe5ec61b51
commit
e5eb6636a7
|
@ -394,7 +394,7 @@ void HlslShaderTranslator::ProcessLabel(uint32_t cf_index) {
|
||||||
if (cf_index != 0) {
|
if (cf_index != 0) {
|
||||||
if (!cf_wrote_pc_) {
|
if (!cf_wrote_pc_) {
|
||||||
EmitSourceDepth("xe_pc = %uu;\n", cf_index);
|
EmitSourceDepth("xe_pc = %uu;\n", cf_index);
|
||||||
EmitSourceDepth("break;");
|
EmitSourceDepth("break;\n");
|
||||||
}
|
}
|
||||||
EmitSourceDepth("case %uu:\n", cf_index);
|
EmitSourceDepth("case %uu:\n", cf_index);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue