Help for this page

Select Code to Download


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