We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Any file / block of code that contains HT_DEBUG_PRINTF requires the line using namespace Core. We would ideally like to get rid of that reliance.
using namespace Core
The text was updated successfully, but these errors were encountered:
Just so it's easier for me when I go to work on this, can you give me an example of where this happens?
Sorry, something went wrong.
Most of the resource implementations. ht_renderpass_resource.cpp, ht_pipeline_resource.cpp, etc.
ht_renderpass_resource.cpp
ht_pipeline_resource.cpp
raselneck
No branches or pull requests
Any file / block of code that contains HT_DEBUG_PRINTF requires the line
using namespace Core
. We would ideally like to get rid of that reliance.The text was updated successfully, but these errors were encountered: