Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 2
    $\begingroup$ What are the texture coordinates in your triangle vertices? What is the declaration of your vertex type/layout (both in CPU and GPU)? This is likely to be a problem with the texture coordinates, not the texture. $\endgroup$ Commented Feb 20, 2023 at 15:52
  • $\begingroup$ Just to add to Kevin's comment - the fact you seem to have "clampToEdge" would suggest one of U or V is set to something well outside [0,1] $\endgroup$ Commented Feb 21, 2023 at 16:29