Sign in
dawn
/
tint
/
8094553c8a45d09122b174e26686042dcc08e3cb
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvModuleScopeVarParserTest_MatrixStrideDecoration_Dropped.spvasm.expected.msl
blob: ecdf927bf2e78397f780101ef2e0d5ee4ef8abae [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
/* 0x0000 */
float3x2 field0
;
};
void
main_1
()
{
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}