Skip to content
New issue

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

Add arg (Int*width and int*height) to function with XXX__OGL_XXX. #47

Open
cingelmarekmt opened this issue Jun 7, 2021 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@cingelmarekmt
Copy link

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);

@SpartanJ SpartanJ self-assigned this Jun 26, 2022
@SpartanJ SpartanJ added the enhancement New feature or request label Jun 26, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants