Blender
V4.3
source
blender
io
common
IO_types.hh
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2021 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
#pragma once
5
6
/* The CacheArchiveHandle struct is only used for anonymous pointers,
7
* to interface between C and C++ code. This is currently used
8
* to hide pointers to alembic ArchiveReader and USDStageReader. */
9
struct
CacheArchiveHandle
{
10
int
unused
;
11
};
12
13
/* The CacheReader struct is only used for anonymous pointers,
14
* to interface between C and C++ code. This is currently used
15
* to hide pointers to AbcObjectReader and USDPrimReader
16
* (or subclasses thereof). */
17
struct
CacheReader
{
18
int
unused
;
19
};
CacheArchiveHandle
Definition
IO_types.hh:9
CacheArchiveHandle::unused
int unused
Definition
IO_types.hh:10
CacheReader
Definition
IO_types.hh:17
CacheReader::unused
int unused
Definition
IO_types.hh:18
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0