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
  • vk_format_utils.cpp
Find file
BlameHistoryPermalink
  • Shahbaz Youssefi's avatar
    Vulkan: Support texture buffers · 86d7e4d8
    Shahbaz Youssefi authored Nov 10, 2020
    Texture buffers are placed in the same descriptor set with the rest of
    the textures.  However, the different code paths that handle textures
    have special cases for texture buffers as they create a different
    descriptor type (texel buffer instead of combined image sampler).  Image
    view serials are used to track the buffer view serials as well so the
    texture descriptor cache can handle texture buffers as well.
    
    This CL is missing storage texel buffer support.
    
    Bug: angleproject:3573
    Change-Id: Iff80ca22ff9b9957a0c9a3c7aaada1fa54b24ec8
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2532653
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarTim Van Patten <timvp@google.com>
    86d7e4d8
vk_format_utils.cpp 17.8 KB
EditWeb IDE
×

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