Method: Ray::PixelBus#bind_pack

Defined in:
ext/pixel_bus.c

#bind_packObject

Binds the pixel bus for packing



257
258
259
260
261
# File 'ext/pixel_bus.c', line 257

static
VALUE ray_pixel_bus_bind_pack(VALUE self) {
  say_pixel_bus_bind_pack(ray_rb2pixel_bus(self));
  return self;
}