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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update function args:
Int width, height; UnsignedInt flags = SOIL_FLAG_TEXTURE_REPEATS | SOIL_FLAG_DDS_LOAD_DIRECT;
glId = SOIL_load_OGL_texture_from_memory( (unsigned char *)&blobData.front(), blobData.size(), SOIL_LOAD_RGBA, SOIL_CREATE_NEW_ID, flags, &width, &height);
The text was updated successfully, but these errors were encountered:
SpartanJ
No branches or pull requests
Update function args:
Int width, height;
UnsignedInt flags = SOIL_FLAG_TEXTURE_REPEATS | SOIL_FLAG_DDS_LOAD_DIRECT;
glId = SOIL_load_OGL_texture_from_memory(
(unsigned char *)&blobData.front(), blobData.size(),
SOIL_LOAD_RGBA, SOIL_CREATE_NEW_ID, flags, &width, &height);
The text was updated successfully, but these errors were encountered: