david-vanderson/dvui

dx11: uv wrap

Open

#881 opened on 2026年5月26日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Zig (127 forks)github user discovery
good first issue

Repository metrics

Stars
 (1,469 stars)
PR merge metrics
 (平均マージ 2d 22h) (30d で 12 merged PRs)

説明

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.

コントリビューターガイド