david-vanderson/dvui

dx11: uv wrap

Ouverte

#881 ouverte le 26 mai 2026

 (0 commentaire) (0 réaction) (0 personne assignée)Zig (127 forks)github user discovery
good first issue

Métriques du dépôt

Stars
 (1 469 étoiles)
Métriques de merge PR
 (Merge moyen 2j 22h) (12 PRs mergées en 30 j)

Description

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.

Guide contributeur