Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • VTK-m VTK-m
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 212
    • Issues 212
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 39
    • Merge requests 39
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTKVTK
  • VTK-mVTK-m
  • Merge requests
  • !2954

Fix index out of range in Texture2D

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Manish Mathai requested to merge mmathai/vtk-m:texture2d-index-out-of-range into master Jan 02, 2023
  • Overview 0
  • Commits 2
  • Pipelines 2
  • Changes 4

When Texture2DSamplerExecutionObject<>::GetColor() is called with u or v as 0, when running with linear filter mode, it can go out of index and try to access data at location before the texture data array. This fixes that issue.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: texture2d-index-out-of-range