blob: 65ce0326ecc6095ad25fe2282ce4c09ddbec5346 [file] [log] [blame]
#include "shared.rsh"
int i;
rs_allocation ai;
void instance_test() {
// Set our allocation based on the global input value.
rsSetElementAt_int(ai, i, 0);
}