-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
RPI error in ofTexture (error: ‘GL_RGB16F’ was not declared in this scope;) #8213
Comments
After some more work there is another apothecary lib with problems, in rpi-build (armv7l
|
I've tried to change the formula but now I've find the RPI action is disabled. |
Yeah the problem with package managers! Best to keep it all custom built.
Rpi just needs the cross compiler setup again and we can build for Linux
ripi
…On Tue, 26 Nov 2024 at 7:34 am, Dimitre ***@***.***> wrote:
I've tried to change the formula but now I've find the RPI action is
disabled.
we need help to put everything up to date.
—
Reply to this email directly, view it on GitHub
<#8213 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGK2HFFRSMLVMAMEHXRJWD2COCV7AVCNFSM6AAAAABSMZM5UCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJYHE3TQNJSGQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
no, it is a problem in a custom built |
cross compiling is working great in OF actions. it now uses compilers installable via apt get and multistrap |
Sounds good! I’ll have a look now thanks
…On Tue, 26 Nov 2024 at 9:58 am, Dimitre ***@***.***> wrote:
cross compiling is working great in OF actions. it now uses compilers
installable via apt get and multistrap
we can copy the same logic to apothecary
—
Reply to this email directly, view it on GitHub
<#8213 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGK2HD7RQFO2U7VR5JSO3L2COTRVAVCNFSM6AAAAABSMZM5UCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJZGIYDIMRVGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a function being called ofGLESVersionFromGL that tries to parse textual info from glGetString(GL_VERSION); and define which capabilities it has.
I think there are more direct ways of parsing this info, I'll be testing to just check if GL_RGB16F is defined
The text was updated successfully, but these errors were encountered: