1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef GPU_COMMAND_BUFFER_MAILBOX_HOLDER_H_
6 #define GPU_COMMAND_BUFFER_MAILBOX_HOLDER_H_
10 #include "gpu/command_buffer/common/mailbox.h"
11 #include "gpu/command_buffer/common/types.h"
12 #include "gpu/gpu_export.h"
16 struct GPU_EXPORT MailboxHolder
{
18 MailboxHolder(const gpu::Mailbox
& mailbox
,
19 uint32 texture_target
,
22 uint32 texture_target
;
28 #endif // GPU_COMMAND_BUFFER_MAILBOX_HOLDER_H_