This repository was archived by the owner on Sep 4, 2019. It is now read-only.
Add cmake build files for ToneGenerator#27
Open
Paxa wants to merge 1 commit intoblackberry:masterfrom
Open
Conversation
Member
|
Hi. The main GL code in this sample app (which I wrote) is written in GL ES 1.1, which is why you cannot build it using GL ES 2. The bbutil modules were taken from other published samples and were updated to be used in both GL ES 1.1 and GL ES 2 projects. I am working on new sample apps where I am using GL ES 2 and once they are complete, I may circle back and update some of my older samples to also work with GL ES 2. If you would like to see this sample app updated to work with GL ES 2, let me know and I can convert it first but I probably won't get a chance to do that for another two weeks at least. |
Author
|
Thank you. What do you think about cmake ? |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I used this instruction http://lpapp.blogspot.com/2013/02/geekish-application-development-for.html
Still have some issue: Application doesn't run if compile with flag
-DUSING_GL20, only with-DUSING_GL11Btw do you know how to find out correct lib file for function? (from lib/ folder). It's not always have same name with
.hfile