bind method
Implementation
void bind(GraphicsDevice device) {
for (final (index, surface) in _surfaces.indexed) {
device.jointsInfo.setSurface(index);
device.bindSurface(surface);
}
}
void bind(GraphicsDevice device) {
for (final (index, surface) in _surfaces.indexed) {
device.jointsInfo.setSurface(index);
device.bindSurface(surface);
}
}