Blender V4.3
patch_table.h File Reference
#include "util/array.h"
#include "util/types.h"

Go to the source code of this file.

Classes

struct  PackedPatchTable

Namespaces

namespace  Far

Macros

#define PATCH_ARRAY_SIZE   4
#define PATCH_PARAM_SIZE   2
#define PATCH_HANDLE_SIZE   3
#define PATCH_NODE_SIZE   1

Macro Definition Documentation

◆ PATCH_ARRAY_SIZE

#define PATCH_ARRAY_SIZE   4

Definition at line 30 of file patch_table.h.

Referenced by PackedPatchTable::pack(), and PackedPatchTable::total_size().

◆ PATCH_HANDLE_SIZE

#define PATCH_HANDLE_SIZE   3

Definition at line 32 of file patch_table.h.

Referenced by PackedPatchTable::total_size().

◆ PATCH_NODE_SIZE

#define PATCH_NODE_SIZE   1

◆ PATCH_PARAM_SIZE

#define PATCH_PARAM_SIZE   2

Definition at line 31 of file patch_table.h.

Referenced by PackedPatchTable::pack(), and PackedPatchTable::total_size().