Add Chromium-only Blender WebEngine parity work
This commit is contained in:
18
blender-5.2.0/intern/opensubdiv/stub/opensubdiv_stub.cc
Normal file
18
blender-5.2.0/intern/opensubdiv/stub/opensubdiv_stub.cc
Normal file
@@ -0,0 +1,18 @@
|
||||
/* 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;
|
||||
}
|
||||
Reference in New Issue
Block a user