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

Exercise compositing of two GL views #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

epennerAtGoogle
Copy link

This creates a new activity with two SurfaceViews, both
driven by GL. This represents a typical Game/HUD. The game
can be scaled, while the HUD remains at full resolution.

SimpleGlScene.java just reuses the GL content from the
HardwareScalerActivity at the moment.

This creates a new activity with two SurfaceViews, both
driven by GL. This represents a typical Game/HUD. The game
can be scaled, while the HUD remains at full resolution.

SimpleGlScene.java just reuses the GL content from the
HardwareScalerActivity.
@fadden
Copy link
Contributor

fadden commented Jul 4, 2014

A few thoughts...

(1) SimpleGlScene.java should be in the main package, not gles; the idea was to have gles be a library of code from which other things could be built.

(2) Don't forget to update the README when adding a new activity.

(3) As I'm no longer employed by Google, I shouldn't be the one to handle this; someone else from the graphics team should review / merge.

  • Andy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants