org.lwjgl.util.meshoptimizer.LibMeshOptimizer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl-meshoptimizer Show documentation
Show all versions of lwjgl-meshoptimizer Show documentation
A library that provides algorithms to help optimize meshes.
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.util.meshoptimizer;
import org.lwjgl.system.*;
/** Initializes the meshoptimizer shared library. */
final class LibMeshOptimizer {
static {
String libName = Platform.mapLibraryNameBundled("lwjgl_meshoptimizer");
Library.loadSystem(System::load, System::loadLibrary, LibMeshOptimizer.class, "org.lwjgl.meshoptimizer", libName);
}
private LibMeshOptimizer() {
}
static void initialize() {
// intentionally empty to trigger static initializer
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy