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
  • tests
  • gl_tests
  • FramebufferTest.cpp
Find file
BlameHistoryPermalink
  • Shahbaz Youssefi's avatar
    Vulkan: Fix RTs attached to textures with non-0 mip · 3d2de99e
    Shahbaz Youssefi authored Jun 09, 2020
    Cleared confusion between GL level indices and VK level indices by
    adding the corresponding suffix to variables and function arguments.  A
    handful of places that sent one index and expected the other are fixed.
    
    The conversion between the two is given by:
    
        levelIndexGL = levelIndexVk + baseLevel;
    
    Bug: angleproject:4695
    Change-Id: I84ecbaf867d00a40fb39b6db7ad79658016f4d9a
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2235362
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    3d2de99e
FramebufferTest.cpp 57.7 KB
EditWeb IDE
×

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