org.lwjgl.util.tootle.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl-tootle Show documentation
Show all versions of lwjgl-tootle Show documentation
A 3D triangle mesh optimization library that improves on existing mesh preprocessing techniques.
The newest version!
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
/**
* Contains bindings to AMD Tootle.
*
* AMD Tootle (Triangle Order Optimization Tool) is a 3D triangle mesh optimization library that improves on existing mesh preprocessing techniques. By
* using AMD Tootle, developers can optimize their models for pixel overdraw as well as vertex cache performance. This can provide significant performance
* improvements in pixel limited situations, with no penalty in vertex-limited scenarios, and no runtime cost.
*/
@org.lwjgl.system.NonnullDefault
package org.lwjgl.util.tootle;