Skip to content

Properly handle texture size limit #135

@Nicolas-Ferre

Description

@Nicolas-Ferre

Problem
WGPU defines a texture dimension limit. If this size is exceeded, the app panics.

Feature
Propertly handle textures with size higher than limit.

Tasks

  • Set up correctly the WGPU limits
  • Handle depth texture in case of big resolution (e.g. 4K)
  • Handle too big user textures
  • Handle too big text textures (reduce font height)

Metadata

Metadata

Assignees

No one assigned

    Labels

    state: not-analyzedThis issue must be analysed and split in smaller tasks before being implementedtype: enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions