Skip to content

Texenvs need to be dirtied if changed mid frame #56

@LexiBigCheese

Description

@LexiBigCheese

When mid-frame (inside Instance::render_with),
if you have some sort of

loop {
  setup_texenvs(&mut instance);
  instance.draw(whatever);
}

you need to dirty the texenvs before they are changed (I put the texenv dirtying at the end of the loop when implementing egui on the 3DS)

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions