forked from JumpingYang001/webrtc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Android: Add helper class for generating OpenGL shaders
This CL adds a helper class GlShaderBuilder to build an instances of RendererCommon.GlDrawer that can accept multiple input sources (OES, RGB, or YUV) using a generic fragment shader as input. Bug: webrtc:9355 Change-Id: I14a0a280d2b6f838984f7b60897cc0c58e2a948a Reviewed-on: https://webrtc-review.googlesource.com/80940 Commit-Queue: Magnus Jedvert <[email protected]> Reviewed-by: Sami Kalliomäki <[email protected]> Cr-Commit-Position: refs/heads/master@{#23622}
- Loading branch information
1 parent
8643b78
commit 65c61dc
Showing
7 changed files
with
574 additions
and
416 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.