-
Notifications
You must be signed in to change notification settings - Fork 0
Add texture mipmaps #111
Copy link
Copy link
Open
Labels
state: not-analyzedThis issue must be analysed and split in smaller tasks before being implementedThis issue must be analysed and split in smaller tasks before being implementedtype: enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
state: not-analyzedThis issue must be analysed and split in smaller tasks before being implementedThis issue must be analysed and split in smaller tasks before being implementedtype: enhancementNew feature or requestNew feature or request
Problem
When textures are smaller than their initial size,
TextureSampling::Lineardoes not work as mipmaps are not defined for the texture.Feature
Add texture mipmaps.
Dependencies