Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_CopyObject_Pointer.spvasm.expected.msl
blob: 63dd04ced4b91135e558ba81d7cebce3cc1db755 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
float2 field0
;
uint
field1
;
int
field2
;
};
void
main_1
()
{
uint
x_10
=
0u
;
return
;
}
kernel
void
tint_symbol
()
{
main_1
();
return
;
}