aap / librw

A re-implementation of the RenderWare Graphics engine
MIT License
579 stars 95 forks source link

Mipmaps bug on gles #132

Open klaymen1n opened 3 months ago

klaymen1n commented 3 months ago

The mipmaps are broken when gles is used. Using renderdoc i found out, that on gles they are just cropped

img1

original texture

img2

It's mipmaps

img3 img4

img5

original texture img6

It's mipmaps

img7 img8