OSDN Git Service

vulkan: constify DebugReportCallbackList::Message
authorChia-I Wu <olv@google.com>
Tue, 3 May 2016 04:04:47 +0000 (12:04 +0800)
committerChia-I Wu <olv@google.com>
Fri, 6 May 2016 01:31:36 +0000 (09:31 +0800)
commitb3055f34650cd066a349e1e8cba294b05513ef2e
tree200a240db969b3fe0d5d632d7b29f5d6d571611a
parenta0d40aaf12435fe82bc9c1612dbe97ea2a60da31
vulkan: constify DebugReportCallbackList::Message

Sending a message should not modify the state of DebugReportCallbackList,
conceptually.

Bug: 28120066
Change-Id: I7b30b4a41492b4e670408f34a6bffe8b56295afd
vulkan/libvulkan/debug_report.cpp
vulkan/libvulkan/debug_report.h