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
I recognize that, given the stark lack of mentions on this topic that this may be an error exclusive to me. Thank you in advance for putting up with a novice's missteps. I have c&p'd the code as written for the organizing/shaderClass.cpp and continue to flag the same error at the junction of "throw(errno);" (exception unhandled, int at memory location). The address "0xccccccc...", found in the Shader Constructer defined afterward and returned from the get_file_contents function, purportedly means that the memory is allocated but not initialized. Any assistance in this would be an honor.
The text was updated successfully, but these errors were encountered:
I recognize that, given the stark lack of mentions on this topic that this may be an error exclusive to me. Thank you in advance for putting up with a novice's missteps. I have c&p'd the code as written for the organizing/shaderClass.cpp and continue to flag the same error at the junction of "throw(errno);" (exception unhandled, int at memory location). The address "0xccccccc...", found in the Shader Constructer defined afterward and returned from the get_file_contents function, purportedly means that the memory is allocated but not initialized. Any assistance in this would be an honor.
The text was updated successfully, but these errors were encountered: