From b5303e347affbbfdc1e3071f67a6bd143daa5341 Mon Sep 17 00:00:00 2001 From: fishcu Date: Sat, 11 Nov 2023 01:46:04 +0100 Subject: [PATCH] Change rotation type to int to maximize compatibility and to match glUniform1i (#15890) * Change rotation type to int to maximize compatibility and to match glUniform1i * Change to C style comment; Make comment more useful (hopefully)