Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvModuleScopeVarParserTest_ScalarSpecConstant_DeclareConst_F32.spvasm.expected.msl
blob: 4677fca195eb812eb375a1ddf1e0d975c4d6017e [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
constant
float
myconst
[[
function_constant
(
12
)]];
void
main_1
()
{
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}