You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now agdkTunnel is used to demonstrate all of the agdk APIs, but some APIs are pretty simple (such as memory advice api); others are complicate to build and to use. For example, APT set up is pretty demanding (protobuf for example), it might have negative impact on the usability of other parts of sample. For the simple APIs, it would be good to be able:
download sample
compile as-is
run and trace code
Toward this end, could the APT usage be split out from the current agdktunnel sample? thank you for the consideration.
The text was updated successfully, but these errors were encountered:
Right now agdkTunnel is used to demonstrate all of the agdk APIs, but some APIs are pretty simple (such as memory advice api); others are complicate to build and to use. For example, APT set up is pretty demanding (protobuf for example), it might have negative impact on the usability of other parts of sample. For the simple APIs, it would be good to be able:
Toward this end, could the APT usage be split out from the current agdktunnel sample? thank you for the consideration.
The text was updated successfully, but these errors were encountered: