Skip to content

Commit

Permalink
reverting change to slang emit metal. Should be synced up with ToT th…
Browse files Browse the repository at this point in the history
…ere now.
  • Loading branch information
natevm committed Dec 9, 2024
1 parent 82e3c39 commit 1c6cbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/slang/slang-emit-metal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ bool MetalSourceEmitter::tryEmitInstExprImpl(IRInst* inst, const EmitOpInfo& inO

void MetalSourceEmitter::emitVectorTypeNameImpl(IRType* elementType, IRIntegerValue elementCount)
{
emitSimpleType(elementType);
emitSimpleTypeImpl(elementType);

switch (elementType->getOp())
{
Expand Down

0 comments on commit 1c6cbb5

Please sign in to comment.