mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 15:04:41 +00:00
javadoc fixes
This commit is contained in:
parent
40fca39591
commit
6d9ce94068
2 changed files with 2 additions and 3 deletions
|
|
@ -315,7 +315,7 @@ public class LWJGLUtil {
|
|||
/**
|
||||
* Locates the paths required by a library.
|
||||
*
|
||||
* @param libName Local Library Name to search the classloader with ("openal").
|
||||
* @param libname Local Library Name to search the classloader with ("openal").
|
||||
* @param platform_lib_name The native library name ("libopenal.so")
|
||||
* @param classloader The classloader to ask for library paths
|
||||
* @return Paths to located libraries, if any
|
||||
|
|
@ -327,7 +327,7 @@ public class LWJGLUtil {
|
|||
/**
|
||||
* Locates the paths required by a library.
|
||||
*
|
||||
* @param libName Local Library Name to search the classloader with ("openal").
|
||||
* @param libname Local Library Name to search the classloader with ("openal").
|
||||
* @param platform_lib_names The list of possible library names ("libopenal.so")
|
||||
* @param classloader The classloader to ask for library paths
|
||||
* @return Paths to located libraries, if any
|
||||
|
|
|
|||
|
|
@ -318,7 +318,6 @@ public final class ALC10 {
|
|||
* The application can query for, and obtain an handle to, the device of a given context.
|
||||
*
|
||||
* @param context address of context to get device for
|
||||
* @param ALCdevice associated with context
|
||||
*/
|
||||
public static ALCdevice alcGetContextsDevice(ALCcontext context) {
|
||||
ALCdevice device = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue