[all-commits] [llvm/llvm-project] de4015: [HLSL] Add RWBuffer::Load(Index) (#117018)

Justin Bogner via All-commits all-commits at lists.llvm.org
Mon Dec 16 09:31:45 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: de401599b10f51258260ea7f1f493d52d22a9d24
      https://github.com/llvm/llvm-project/commit/de401599b10f51258260ea7f1f493d52d22a9d24
  Author: Justin Bogner <mail at justinbogner.com>
  Date:   2024-12-16 (Mon, 16 Dec 2024)

  Changed paths:
    M clang/lib/Sema/HLSLExternalSemaSource.cpp
    M clang/test/AST/HLSL/TypedBuffers-AST.hlsl
    M clang/test/CodeGenHLSL/builtins/RWBuffer-subscript.hlsl

  Log Message:
  -----------
  [HLSL] Add RWBuffer::Load(Index) (#117018)

This method is the same as `operator[]`, except that it returns a value
instead of a reference.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list