JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Index
Search
org.lwjgl.system.ffm
FFMSize
Contents
Description
Required Element Summary
Element Details
value
Hide sidebar
Show sidebar
Annotation Interface FFMSize
@Target
({
METHOD
,
PARAMETER
})
@Retention
(
RUNTIME
)
public @interface
FFMSize
Marks a group member as auto-sized by another struct member
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
The struct member that provides the size.
Element Details
value
String
value
The struct member that provides the size.