Skip to content
Snippets Groups Projects
Commit c63fbbda authored by Giovanni Mascellani's avatar Giovanni Mascellani Committed by Alexandre Julliard
Browse files

vkd3d-shader/hlsl: Abort on inconsistent types in write_sm4_cast().

parent 4739cf1d
No related branches found
No related tags found
No related merge requests found
......@@ -1475,7 +1475,7 @@ static void write_sm4_cast(struct hlsl_ctx *ctx,
break;
default:
break;
assert(0);
}
break;
......@@ -1501,7 +1501,7 @@ static void write_sm4_cast(struct hlsl_ctx *ctx,
break;
default:
break;
assert(0);
}
break;
......@@ -1527,7 +1527,7 @@ static void write_sm4_cast(struct hlsl_ctx *ctx,
break;
default:
break;
assert(0);
}
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment