Files
workinf_Blender_Wasm/blender-5.2.0/intern/opensubdiv/stub/opensubdiv_stub.cc
2026-08-12 04:47:48 -04:00

19 lines
289 B
C++

/* SPDX-FileCopyrightText: 2018 Blender Foundation
*
* SPDX-License-Identifier: GPL-2.0-or-later
*
* Author: Sergey Sharybin. */
#include "opensubdiv_capi.hh"
#include <cstddef>
void openSubdiv_init() {}
void openSubdiv_cleanup() {}
int openSubdiv_getVersionHex()
{
return 0;
}