[numthreads(1, 1, 1)]
void main() {
float whole = 0.0f;
const float tint_symbol = modf(1.230000019f, whole);
return;
}