Information for copying between two memory regions. More...
#include <arcane/core/materials/internal/IMeshMaterialVariableInternal.h>
Public Member Functions | |
| CopyBetweenDataInfo (SmallSpan< const std::byte > input, SmallSpan< std::byte > output, Int32 data_size) | |
Public Attributes | |
| SmallSpan< const std::byte > | m_input |
| SmallSpan< std::byte > | m_output |
| Int32 | m_data_size = 0 |
Information for copying between two memory regions.
Definition at line 34 of file IMeshMaterialVariableInternal.h.
|
inline |
Definition at line 38 of file IMeshMaterialVariableInternal.h.
| Int32 Arcane::Materials::CopyBetweenDataInfo::m_data_size = 0 |
Definition at line 48 of file IMeshMaterialVariableInternal.h.
| SmallSpan<const std::byte> Arcane::Materials::CopyBetweenDataInfo::m_input |
Definition at line 46 of file IMeshMaterialVariableInternal.h.
| SmallSpan<std::byte> Arcane::Materials::CopyBetweenDataInfo::m_output |
Definition at line 47 of file IMeshMaterialVariableInternal.h.