Skip to content

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

@cingelmarekmt

Description

@cingelmarekmt

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions