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
  • renderer
  • vulkan
  • ProgramExecutableVk.cpp
Find file
BlameHistoryPermalink
  • Tim Van Patten's avatar
    Vulkan: Always reset during createPipelineLayout() · 91b819a9
    Tim Van Patten authored Sep 30, 2020
    We need to always call reset() during createPipelineLayout(),
    particularly to reset the descriptor pools to handle the new descriptor
    set layouts that are generated by new immutable samplers. Otherwise,
    DynamicDescriptorPool::init() will detect that a pool is attempting to
    be created with a mis-matching descriptor set layout handle.
    
    Bug: angleproject:4307
    Test: Manually verify Cut the Rope doesn't crash
    Change-Id: I0993bc37170e3ddf45c50abdfefda1d7f782b801
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2441127Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarCourtney Goeltzenleuchter <courtneygo@google.com>
    Commit-Queue: Tim Van Patten <timvp@google.com>
    91b819a9
ProgramExecutableVk.cpp 64.2 KB
EditWeb IDE
×

Replace ProgramExecutableVk.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.