blob: 8d67e8a7ab3e8c2d5e8b785b86e5e3b94509c2fd [file] [log] [blame]
[numthreads(1, 1, 1)]
void main() {
float whole = 0.0f;
const float tint_symbol = modf(1.230000019f, whole);
return;
}