Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvModuleScopeVarParserTest_ScalarSpecConstant_UsedInFunction.spvasm.expected.msl
blob: c8f2a48f6f0f1977b386d4c09e2f423fb4edf5c7 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
constant
float
myconst
=
2.5f
;
float
x_100
()
{
return
(
myconst
+
myconst
);
}
void
main_1
()
{
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}