chromium/device/vr/public/mojom/rgb_tuple_f32.h

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifdef UNSAFE_BUFFERS_BUILD
// TODO(crbug.com/351564777): Remove this and convert code to safer constructs.
#pragma allow_unsafe_buffers
#endif

#ifndef DEVICE_VR_PUBLIC_MOJOM_RGB_TUPLE_F32_H_
#define DEVICE_VR_PUBLIC_MOJOM_RGB_TUPLE_F32_H_

#include <stddef.h>

namespace device {

struct RgbTupleF32 {};

static_assert;

}  // namespace device

#endif  // DEVICE_VR_PUBLIC_MOJOM_RGB_TUPLE_F32_H_