Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_ConvertType_StructWithMemberDecorations.spvasm.expected.msl
blob: 1d13c86dc5cc9ae71afc807a7f90f2ebaeff3777 [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
float
field0
;
float2 field1
;
float2x2 field2
;
};
void
x_100_1
()
{
return
;
}
fragment
void
x_100
()
{
x_100_1
();
return
;
}