Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants