commit | 347c0bb5b50878d16a80732302707ccf90bd77cf | [log] [tgz] |
---|---|---|
author | magjed <magjed@webrtc.org> | Thu Feb 18 11:47:44 2016 |
committer | Commit bot <commit-bot@chromium.org> | Thu Feb 18 11:47:52 2016 |
tree | a0499e2e578036d9fc1d80a44eb1d8c5704facd5 | |
parent | 3ee73a59adf883bec3bb946c39b7d8e44154f8e9 [diff] |
Android GLShader: Check return value of glCreateShader() This CL adds a check to see if the return value of GLES20.glCreateShader() is zero. Also, shaders are flagged for deletion immediately after glLinkProgram() instead of doing it in release(). BUG=b/27197590 Review URL: https://codereview.webrtc.org/1702953002 Cr-Commit-Position: refs/heads/master@{#11668}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.