Help for this page
sub tick { my ($self,$texture_id) = @_; ... syswrite $self->stream, $frame, $self->width * $self->height * $se +lf->depth or die "Write failure"; };
sub allocate_fbo_texture{ my ($class,$width,$height) = @_; ... $self->config->{enable}->($self); }; };