2021-09-13 19:56:01 +00:00
|
|
|
#include <metal_stdlib>
|
2021-06-30 15:59:40 +00:00
|
|
|
|
2021-09-13 19:56:01 +00:00
|
|
|
using namespace metal;
|
|
|
|
void tint_symbol_inner(uint local_invocation_index, threadgroup float2x3* const tint_symbol_1) {
|
|
|
|
{
|
|
|
|
*(tint_symbol_1) = float2x3();
|
|
|
|
}
|
|
|
|
threadgroup_barrier(mem_flags::mem_threadgroup);
|
|
|
|
(void) *(tint_symbol_1);
|
|
|
|
}
|
2021-06-30 15:59:40 +00:00
|
|
|
|
2021-09-27 19:00:15 +00:00
|
|
|
kernel void tint_symbol(threadgroup float2x3* tint_symbol_2 [[threadgroup(0)]], uint local_invocation_index [[thread_index_in_threadgroup]]) {
|
|
|
|
tint_symbol_inner(local_invocation_index, tint_symbol_2);
|
2021-09-13 19:56:01 +00:00
|
|
|
return;
|
|
|
|
}
|
2021-06-30 15:59:40 +00:00
|
|
|
|