Banuba SDK
transformed_mask_gpu.hpp
Go to the documentation of this file.
1 /// \file
2 /// \addtogroup Types
3 /// @{
4 ///
5 // AUTOGENERATED FILE - DO NOT MODIFY!
6 // This file generated by Djinni from types.djinni
7 
8 #pragma once
9 
11 #include <cstdint>
12 #include <utility>
13 
14 namespace bnb { namespace interfaces {
15 
16 struct transformed_mask_gpu final {
17  transformed_mask meta;
18  int32_t mask;
19 
21  int32_t mask_)
22  : meta(std::move(meta_))
23  , mask(std::move(mask_))
24  {}
25 };
26 
27 } } // namespace bnb::interfaces
28 /// @}
29 
transformed_mask.hpp
bnb::interfaces::transformed_mask
Definition: transformed_mask.hpp:16
bnb::interfaces::transformed_mask_gpu
Definition: transformed_mask_gpu.hpp:16