Sign in
dawn
/
tint
/
8094553c8a45d09122b174e26686042dcc08e3cb
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvModuleScopeVarParserTest_ScalarSpecConstant_DeclareConst_Id_MaxValid.spvasm.expected.msl
blob: 2d9ab1d5880f1ed2fbeeb6907e297cfdd4c99791 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
constant
bool
x_1
[[
function_constant
(
65535
)]];
void
main_1
()
{
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}