mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
mod: getSource3f removed, since it isn't in the specs
This commit is contained in:
parent
b3d37c9ca2
commit
d9335b09cb
2 changed files with 0 additions and 19 deletions
|
|
@ -321,17 +321,6 @@ public class CoreAL extends BaseAL implements BaseALConstants {
|
|||
*/
|
||||
public native void getSourcef(int source, int pname, int floatdata);
|
||||
|
||||
/**
|
||||
* Gets a set of three floating point values from a source.
|
||||
*
|
||||
* @param source Source to get property from
|
||||
* @param pname property to get
|
||||
* @param v1 bytebuffer address to write float 1 to
|
||||
* @param v2 bytebuffer address to write float 2 to
|
||||
* @param v3 bytebuffer address to write float 3 to
|
||||
*/
|
||||
public native void getSource3f(int source, int pname, int v1, int v2, int v3);
|
||||
|
||||
/**
|
||||
* Gets a floating point vector property from a Source object.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue