Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graphic レイヤーがバッファー上に図形を描画して持っておくようにする #14

Open
EbiseLutica opened this issue Apr 4, 2019 · 0 comments
Labels

Comments

@EbiseLutica
Copy link
Member

EbiseLutica commented Apr 4, 2019

現在グラフィックレイヤーは各描画オブジェクトをオブジェクトインスタンスとして保持して、毎フレーム描画している。これはグラフィックレイヤー上に描画された図形が多いほどドローコールが増え、メモリの使用量が多くなるという結果を招く。

(まだよくわかっていないが)バッファ上にレンダリングを行うことができるらしいのでやってみる

@EbiseLutica EbiseLutica added this to the 0.8.0 milestone Apr 10, 2019
@EbiseLutica EbiseLutica modified the milestones: 0.8.0, 1.0.0 Apr 23, 2019
@EbiseLutica EbiseLutica changed the title Graphic がフレームバッファーを使うようにする Graphic レイヤーがバッファー上に図形を描画して持っておくようにする Aug 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant