Skip to content

Check texture dimensions before texture updates #337

Open
@bvssvni

Description

@bvssvni

I got a bug where I was updating textures instead of creating new ones, which led to quite strange behavior.

A simple check whether the dimensions are correct could avoid this.

One idea is to have a safe method that checks the texture size and another unsafe method for faster updates.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions