Sign in
dawn
/
tint
/
refs/heads/chromium/4620
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvModuleScopeVarParserTest_ScalarSpecConstant_DeclareConst_I32.spvasm.expected.msl
blob: a23617b54a9d483dcaecc72c8b790c05894c9ea1 [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
constant
int
myconst
[[
function_constant
(
12
)]];
void
main_1
()
{
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}