Wikitude
play_for_work
Forum
FAQ
Documentation
Download
wikitude.com
How can we help you today?
Enter your search term here...
Search
Start a new topic
Discussions
Wikitude SDK (Android, iOS, UWP)
Wikitude SDK Questions or Problems
Bug in SDK example
D
Daniel Müßener
started a topic
almost 6 years ago
Bug in SDK example
2 Comments
Oldest First
Popular
Newest First
Sorted by
Oldest First
D
Daniel Müßener
said
almost 6 years ago
Hi!
I just noticed a (not very critical ;) ) bug in the native SDK's examples:
file: StrokedRectangle.m, line: 60:
Must be glDeleteProgram, not glDeleteShader.
And two glDeleteShader calls should be placed before line 154:
glDeleteShader(vertexShader);
glDeleteShader(fragmentShader);
Best regards,
Daniel
A
Andreas Schacherbauer
said
almost 6 years ago
Hi Daniel,
thx again for the hint. Will be fixed in our Native SDK 1.4 which will likely be released next week.
Best regards,
Andreas
Login
or
Signup
to post a comment
More topics in
Wikitude SDK Questions or Problems
Instatiation of WTArchitectView compile errors
Point of interest - native iOS
Slider
Camera lagging / slow in native Swift application
Create a web service
N-th ImageDrawable not displayed
Radar Example
stop defaultlocationmanager and use architectview.injectlocation ios 10
WTC Size Limit
AngularJS and wikitude
See all 3837 topics
© 2021 Wikitude, a Qualcomm company
Daniel Müßener