Search Issue Tracker
By Design
Votes
0
Found in
5.4.0p4
Issue ID
828537
Regression
No
[iOS][ES2] Mip Map forces NPOT to POT texture without warning in OpenGL, metal works as expected
1. Open user attached project.
2. Set build platform as iOS and graphics API as OpenGL.
Notice no warnings about forcing textures from NPOT to POT
3. Build & Deploy to iOS device.
Notice that NPOT texture with mipmaps (right one) is rendered incorrectly. (see mipmapspot.png for reference)
Expected result: both particles are rendered in center
Actual result: particle with mipmaps enabled is rendered in top left corner.
Note: this does not happen when Metal is set as graphics API.
Reproduced on: 5.3.5f1, 5.4.0f3, 5.5.0b2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on __pthread_kill when entering Play mode
- Crash on tlsf_free when exiting Play Mode in a specific project
- Camera Solid Color is overwritten when injecting Custom Render Pass at 'RenderPassEvent.AfterRenderingPrePasses + 1'
- Shadows are not rendering when using the "On Demand" shadow update mode with GPU Resident Drawer and additional camera render texture
- "AVFoundationVideoMedia error while reading” error is thrown when streaming from a URL with a signed token in VideoPlayer
Add comment