All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.lwjgl.util.meshoptimizer.LibMeshOptimizer Maven / Gradle / Ivy

There is a newer version: 3.3.4
Show newest version
/*
 * 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