zwin
zwin copied to clipboard
texture update using damage request
texture の update の際に update する必要のある箇所のみを伝える damage request を用意する。 現状 texture update の際にOpenGL が管理するメモリにデータを転送するのに時間がかかるので、それを短縮するのにいい。
zmonitors で view の update 時に必要な部分だけupdate したりするのにも使う。