Add Chromium-only Blender WebEngine parity work
This commit is contained in:
11
blender-5.2.0/intern/openvdb/openvdb_capi.cc
Normal file
11
blender-5.2.0/intern/openvdb/openvdb_capi.cc
Normal file
@@ -0,0 +1,11 @@
|
||||
/* SPDX-FileCopyrightText: 2015 Blender Authors
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
#include "openvdb_capi.h"
|
||||
#include <openvdb/openvdb.h>
|
||||
|
||||
int OpenVDB_getVersionHex()
|
||||
{
|
||||
return openvdb::OPENVDB_LIBRARY_VERSION;
|
||||
}
|
||||
Reference in New Issue
Block a user