david-vanderson/dvui

dx11: uv wrap

Open

#881 geöffnet am 26. Mai 2026

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Zig (127 Forks)github user discovery
good first issue

Repository-Metriken

Stars
 (1.469 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Followup from #867

The dx11 backend doesn't wrap uv coords correctly. Reproduction:

  • load demo > Applets > uv_rect
  • the texture should fill the whole area, but is only rendering inside the border (which defines the limits of uv 0-1)

I think this is because the shaders don't sample the texture if the uv coords are outside 0-1.

Contributor Guide