Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_ConvertType_ArrayStride_Valid.spvasm.expected.msl
blob: 29e48c8b53e17efc500f900dcc03e8e00c51749d [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
tint_padded_array_element
{
uint
el
;
};
struct
tint_array_wrapper
{
tint_padded_array_element arr
[
5
];
};
void
x_100_1
()
{
return
;
}
fragment
void
x_100
()
{
x_100_1
();
return
;
}