JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Index
Search
org.lwjgl.system.ffm
FFMByValue
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface FFMByValue
@Target
({
METHOD
,
PARAMETER
})
@Retention
(
RUNTIME
)
public @interface
FFMByValue
Marks a struct/union parameter/result that is passed/returned by value, rather than by reference.