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