Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • src
  • libANGLE
  • State.cpp
Find file
BlameHistoryPermalink
  • Ian Elliott's avatar
    Vulkan: glDeleteTexture unbind all image texture units · 845a09b8
    Ian Elliott authored Jan 20, 2020
    The old code only unbound one image unit when a texture was deleted.
    The GLES specification is clear that the texture should be unbound from
    all units:
    
      If a texture object bound to one or more image units is deleted by
      DeleteTextures, it is detached from each such image unit, as though
      BindImageTexture were called with unit identifying the image unit and
      texture set to zero.
    
    Bug: angleproject:4310
    Change-Id: I24c508660ad7eb3aa944601175803751b54ce0dc
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2011322Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org>
    Commit-Queue: Ian Elliott <ianelliott@google.com>
    845a09b8
State.cpp 96 KB
EditWeb IDE
×

Replace State.cpp

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.