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
using DX9 version.
Reading the code it looks like mipmap levels within DDS textures are read just as D3DXCreateTextureFromFileEx would load them with MipLevels == 0. But somehow using tex2Dlod and changing the second argument's ".w" manually doesn't make a difference.
Intended behaviour?
Cheers,
St0fF
P.S.: yes, don't use DDS. It was just for testing...
The text was updated successfully, but these errors were encountered:
Oh, I see. My guess would be: SDL/OpenGL: load or create them manually. (At least at work when dealing with EGL we always have to provide them manually).
When I have the time, I'll have a look at the SDL code.
jmaselbas
pushed a commit
to jmaselbas/Bonzomatic
that referenced
this issue
Apr 21, 2024
Hey Gargaj,
using DX9 version.
Reading the code it looks like mipmap levels within DDS textures are read just as D3DXCreateTextureFromFileEx would load them with MipLevels == 0. But somehow using tex2Dlod and changing the second argument's ".w" manually doesn't make a difference.
Intended behaviour?
Cheers,
St0fF
P.S.: yes, don't use DDS. It was just for testing...
The text was updated successfully, but these errors were encountered: