Package org.lwjgl.openxr
Class XrHandTrackingMeshFB
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<XrHandTrackingMeshFB>
org.lwjgl.openxr.XrHandTrackingMeshFB
- All Implemented Interfaces:
AutoCloseable,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
public class XrHandTrackingMeshFB
extends org.lwjgl.system.Struct<XrHandTrackingMeshFB>
implements org.lwjgl.system.NativeResource
A container of mesh data.
Description
All arrays are application-allocated, and all may be NULL if any of jointCapacityInput, vertexCapacityInput, or indexCapacityInput is 0.
The data in a fully-populated XrHandTrackingMeshFB is immutable during the lifetime of the corresponding XrInstance, and is intended to be retrieved once then used in combination with data changing per-frame retrieved from LocateHandJointsEXT.
Valid Usage (Implicit)
- The
XR_FB_hand_tracking_meshextension must be enabled prior to usingXrHandTrackingMeshFB typemust beTYPE_HAND_TRACKING_MESH_FBnextmust beNULLor a valid pointer to the next structure in a structure chain- If
jointCapacityInputis not 0,jointBindPosesmust be a pointer to an array ofjointCapacityInputXrPosefstructures - If
jointCapacityInputis not 0,jointRadiimust be a pointer to an array ofjointCapacityInputfloatvalues - If
jointCapacityInputis not 0,jointParentsmust be a pointer to an array ofjointCapacityInputXrHandJointEXTvalues - If
vertexCapacityInputis not 0,vertexPositionsmust be a pointer to an array ofvertexCapacityInputXrVector3fstructures - If
vertexCapacityInputis not 0,vertexNormalsmust be a pointer to an array ofvertexCapacityInputXrVector3fstructures - If
vertexCapacityInputis not 0,vertexUVsmust be a pointer to an array ofvertexCapacityInputXrVector2fstructures - If
vertexCapacityInputis not 0,vertexBlendIndicesmust be a pointer to an array ofvertexCapacityInputXrVector4sFBstructures - If
vertexCapacityInputis not 0,vertexBlendWeightsmust be a pointer to an array ofvertexCapacityInputXrVector4fstructures - If
indexCapacityInputis not 0,indicesmust be a pointer to an array ofindexCapacityInputint16_tvalues
See Also
XrPosef, XrVector2f, XrVector3f, XrVector4f, XrVector4sFB, GetHandMeshFB
Layout
struct XrHandTrackingMeshFB {
XrStructureType type();
void * next();
uint32_t jointCapacityInput();
uint32_t jointCountOutput();
XrPosef * jointBindPoses();
float * jointRadii();
XrHandJointEXT * jointParents();
uint32_t vertexCapacityInput();
uint32_t vertexCountOutput();
XrVector3f * vertexPositions();
XrVector3f * vertexNormals();
XrVector2f * vertexUVs();
XrVector4sFB * vertexBlendIndices();
XrVector4f * vertexBlendWeights();
uint32_t indexCapacityInput();
uint32_t indexCountOutput();
int16_t * indices();
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
org.lwjgl.system.Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionXrHandTrackingMeshFB(ByteBuffer container) Creates aXrHandTrackingMeshFBinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic XrHandTrackingMeshFBcalloc()Returns a newXrHandTrackingMeshFBinstance allocated withmemCalloc.static XrHandTrackingMeshFB.Buffercalloc(int capacity) Returns a newXrHandTrackingMeshFB.Bufferinstance allocated withmemCalloc.static XrHandTrackingMeshFB.Buffercalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newXrHandTrackingMeshFB.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static XrHandTrackingMeshFBcalloc(org.lwjgl.system.MemoryStack stack) Returns a newXrHandTrackingMeshFBinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static XrHandTrackingMeshFBcreate()Returns a newXrHandTrackingMeshFBinstance allocated withBufferUtils.static XrHandTrackingMeshFB.Buffercreate(int capacity) Returns a newXrHandTrackingMeshFB.Bufferinstance allocated withBufferUtils.static XrHandTrackingMeshFBcreate(long address) Returns a newXrHandTrackingMeshFBinstance for the specified memory address.static XrHandTrackingMeshFB.Buffercreate(long address, int capacity) Create aXrHandTrackingMeshFB.Bufferinstance at the specified memory.static @Nullable XrHandTrackingMeshFBcreateSafe(long address) static @Nullable XrHandTrackingMeshFB.BuffercreateSafe(long address, int capacity) intthe capacity of the index data arrays in this structure, or 0 to indicate a request to retrieve the required capacity.indexCapacityInput(int value) Sets the specified value to theindexCapacityInput()field.intfilled in by the runtime with the count of index data elements written, or the required capacity in the case that any ofjointCapacityInput,vertexCapacityInput, orindexCapacityInputis insufficient.indexCountOutput(int value) Sets the specified value to theindexCountOutput()field.@Nullable ShortBufferindices()an array of triangle indices.indices(@Nullable ShortBuffer value) Sets the address of the specifiedShortBufferto theindices()field.@Nullable XrPosef.Bufferan array of poses that matches what is returned byLocateHandJointsEXTwhich describes the hand skeleton’s bind pose.jointBindPoses(@Nullable XrPosef.Buffer value) Sets the address of the specifiedXrPosef.Bufferto thejointBindPoses()field.intthe capacity of the joint data arrays in this structure, or 0 to indicate a request to retrieve the required capacity.jointCapacityInput(int value) Sets the specified value to thejointCapacityInput()field.intfilled in by the runtime with the count of joint data elements written, or the required capacity in the case that any ofjointCapacityInput,vertexCapacityInput, orindexCapacityInputis insufficient.jointCountOutput(int value) Sets the specified value to thejointCountOutput()field.@Nullable IntBufferan array of joint parents to define a bone hierarchy for the hand skeleton.jointParents(@Nullable IntBuffer value) Sets the address of the specifiedIntBufferto thejointParents()field.@Nullable FloatBufferan array of joint radii at bind pose.jointRadii(@Nullable FloatBuffer value) Sets the address of the specifiedFloatBufferto thejointRadii()field.static XrHandTrackingMeshFBmalloc()Returns a newXrHandTrackingMeshFBinstance allocated withmemAlloc.static XrHandTrackingMeshFB.Buffermalloc(int capacity) Returns a newXrHandTrackingMeshFB.Bufferinstance allocated withmemAlloc.static XrHandTrackingMeshFB.Buffermalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newXrHandTrackingMeshFB.Bufferinstance allocated on the specifiedMemoryStack.static XrHandTrackingMeshFBmalloc(org.lwjgl.system.MemoryStack stack) Returns a newXrHandTrackingMeshFBinstance allocated on the specifiedMemoryStack.longnext()NULLor a pointer to the next structure in a structure chain.next(long value) Sets the specified value to thenext()field.static intnindexCapacityInput(long struct) Unsafe version ofindexCapacityInput().static voidnindexCapacityInput(long struct, int value) Sets the specified value to theindexCapacityInputfield of the specifiedstruct.static intnindexCountOutput(long struct) Unsafe version ofindexCountOutput().static voidnindexCountOutput(long struct, int value) Unsafe version ofindexCountOutput.static @Nullable ShortBuffernindices(long struct) Unsafe version ofindices.static voidnindices(long struct, @Nullable ShortBuffer value) Unsafe version ofindices.static @Nullable XrPosef.BuffernjointBindPoses(long struct) Unsafe version ofjointBindPoses().static voidnjointBindPoses(long struct, @Nullable XrPosef.Buffer value) Unsafe version ofjointBindPoses.static intnjointCapacityInput(long struct) Unsafe version ofjointCapacityInput().static voidnjointCapacityInput(long struct, int value) Sets the specified value to thejointCapacityInputfield of the specifiedstruct.static intnjointCountOutput(long struct) Unsafe version ofjointCountOutput().static voidnjointCountOutput(long struct, int value) Unsafe version ofjointCountOutput.static @Nullable IntBuffernjointParents(long struct) Unsafe version ofjointParents.static voidnjointParents(long struct, @Nullable IntBuffer value) Unsafe version ofjointParents.static @Nullable FloatBuffernjointRadii(long struct) Unsafe version ofjointRadii.static voidnjointRadii(long struct, @Nullable FloatBuffer value) Unsafe version ofjointRadii.static longnnext(long struct) Unsafe version ofnext().static voidnnext(long struct, long value) Unsafe version ofnext.static intntype(long struct) Unsafe version oftype().static voidntype(long struct, int value) Unsafe version oftype.static @Nullable XrVector4sFB.BuffernvertexBlendIndices(long struct) Unsafe version ofvertexBlendIndices().static voidnvertexBlendIndices(long struct, @Nullable XrVector4sFB.Buffer value) Unsafe version ofvertexBlendIndices.static @Nullable XrVector4f.BuffernvertexBlendWeights(long struct) Unsafe version ofvertexBlendWeights().static voidnvertexBlendWeights(long struct, @Nullable XrVector4f.Buffer value) Unsafe version ofvertexBlendWeights.static intnvertexCapacityInput(long struct) Unsafe version ofvertexCapacityInput().static voidnvertexCapacityInput(long struct, int value) Sets the specified value to thevertexCapacityInputfield of the specifiedstruct.static intnvertexCountOutput(long struct) Unsafe version ofvertexCountOutput().static voidnvertexCountOutput(long struct, int value) Unsafe version ofvertexCountOutput.static @Nullable XrVector3f.BuffernvertexNormals(long struct) Unsafe version ofvertexNormals().static voidnvertexNormals(long struct, @Nullable XrVector3f.Buffer value) Unsafe version ofvertexNormals.static @Nullable XrVector3f.BuffernvertexPositions(long struct) Unsafe version ofvertexPositions().static voidnvertexPositions(long struct, @Nullable XrVector3f.Buffer value) Unsafe version ofvertexPositions.static @Nullable XrVector2f.BuffernvertexUVs(long struct) Unsafe version ofvertexUVs().static voidnvertexUVs(long struct, @Nullable XrVector2f.Buffer value) Unsafe version ofvertexUVs.set(int type, long next, int jointCapacityInput, int jointCountOutput, @Nullable XrPosef.Buffer jointBindPoses, @Nullable FloatBuffer jointRadii, @Nullable IntBuffer jointParents, int vertexCapacityInput, int vertexCountOutput, @Nullable XrVector3f.Buffer vertexPositions, @Nullable XrVector3f.Buffer vertexNormals, @Nullable XrVector2f.Buffer vertexUVs, @Nullable XrVector4sFB.Buffer vertexBlendIndices, @Nullable XrVector4f.Buffer vertexBlendWeights, int indexCapacityInput, int indexCountOutput, @Nullable ShortBuffer indices) Initializes this struct with the specified values.set(XrHandTrackingMeshFB src) Copies the specified struct data to this struct.intsizeof()inttype()theXrStructureTypeof this structure.type(int value) Sets the specified value to thetype()field.Sets theTYPE_HAND_TRACKING_MESH_FBvalue to thetype()field.@Nullable XrVector4sFB.Bufferan array of bone blend indices.vertexBlendIndices(@Nullable XrVector4sFB.Buffer value) Sets the address of the specifiedXrVector4sFB.Bufferto thevertexBlendIndices()field.@Nullable XrVector4f.Bufferan array of bone blend weights.vertexBlendWeights(@Nullable XrVector4f.Buffer value) Sets the address of the specifiedXrVector4f.Bufferto thevertexBlendWeights()field.intthe capacity of the vertex data arrays in this structure, or 0 to indicate a request to retrieve the required capacity.vertexCapacityInput(int value) Sets the specified value to thevertexCapacityInput()field.intfilled in by the runtime with the count of vertex data elements written, or the required capacity in the case that any ofjointCapacityInput,vertexCapacityInput, orindexCapacityInputis insufficient.vertexCountOutput(int value) Sets the specified value to thevertexCountOutput()field.@Nullable XrVector3f.Bufferan array of 3D vertex normals.vertexNormals(@Nullable XrVector3f.Buffer value) Sets the address of the specifiedXrVector3f.Bufferto thevertexNormals()field.@Nullable XrVector3f.Bufferan array of 3D vertex positions.vertexPositions(@Nullable XrVector3f.Buffer value) Sets the address of the specifiedXrVector3f.Bufferto thevertexPositions()field.@Nullable XrVector2f.Bufferan array of texture coordinates for this vertex.vertexUVs(@Nullable XrVector2f.Buffer value) Sets the address of the specifiedXrVector2f.Bufferto thevertexUVs()field.Methods inherited from class org.lwjgl.system.Struct
clear, free, isNull, validate, validateMethods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
TYPE
public static final int TYPEThe struct member offsets. -
NEXT
public static final int NEXTThe struct member offsets. -
JOINTCAPACITYINPUT
public static final int JOINTCAPACITYINPUTThe struct member offsets. -
JOINTCOUNTOUTPUT
public static final int JOINTCOUNTOUTPUTThe struct member offsets. -
JOINTBINDPOSES
public static final int JOINTBINDPOSESThe struct member offsets. -
JOINTRADII
public static final int JOINTRADIIThe struct member offsets. -
JOINTPARENTS
public static final int JOINTPARENTSThe struct member offsets. -
VERTEXCAPACITYINPUT
public static final int VERTEXCAPACITYINPUTThe struct member offsets. -
VERTEXCOUNTOUTPUT
public static final int VERTEXCOUNTOUTPUTThe struct member offsets. -
VERTEXPOSITIONS
public static final int VERTEXPOSITIONSThe struct member offsets. -
VERTEXNORMALS
public static final int VERTEXNORMALSThe struct member offsets. -
VERTEXUVS
public static final int VERTEXUVSThe struct member offsets. -
VERTEXBLENDINDICES
public static final int VERTEXBLENDINDICESThe struct member offsets. -
VERTEXBLENDWEIGHTS
public static final int VERTEXBLENDWEIGHTSThe struct member offsets. -
INDEXCAPACITYINPUT
public static final int INDEXCAPACITYINPUTThe struct member offsets. -
INDEXCOUNTOUTPUT
public static final int INDEXCOUNTOUTPUTThe struct member offsets. -
INDICES
public static final int INDICESThe struct member offsets.
-
-
Constructor Details
-
XrHandTrackingMeshFB
Creates aXrHandTrackingMeshFBinstance at the current position of the specifiedByteBuffercontainer. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Details
-
sizeof
public int sizeof()- Specified by:
sizeofin classorg.lwjgl.system.Struct<XrHandTrackingMeshFB>
-
type
public int type()theXrStructureTypeof this structure. -
next
public long next()NULLor a pointer to the next structure in a structure chain. No such structures are defined in core OpenXR or this extension. -
jointCapacityInput
public int jointCapacityInput()the capacity of the joint data arrays in this structure, or 0 to indicate a request to retrieve the required capacity. -
jointCountOutput
public int jointCountOutput()filled in by the runtime with the count of joint data elements written, or the required capacity in the case that any ofjointCapacityInput,vertexCapacityInput, orindexCapacityInputis insufficient. -
jointBindPoses
an array of poses that matches what is returned byLocateHandJointsEXTwhich describes the hand skeleton’s bind pose. -
jointRadii
an array of joint radii at bind pose. -
jointParents
an array of joint parents to define a bone hierarchy for the hand skeleton. -
vertexCapacityInput
public int vertexCapacityInput()the capacity of the vertex data arrays in this structure, or 0 to indicate a request to retrieve the required capacity. -
vertexCountOutput
public int vertexCountOutput()filled in by the runtime with the count of vertex data elements written, or the required capacity in the case that any ofjointCapacityInput,vertexCapacityInput, orindexCapacityInputis insufficient. -
vertexPositions
an array of 3D vertex positions. -
vertexNormals
an array of 3D vertex normals. -
vertexUVs
an array of texture coordinates for this vertex. -
vertexBlendIndices
an array of bone blend indices. -
vertexBlendWeights
an array of bone blend weights. -
indexCapacityInput
public int indexCapacityInput()the capacity of the index data arrays in this structure, or 0 to indicate a request to retrieve the required capacity. -
indexCountOutput
public int indexCountOutput()filled in by the runtime with the count of index data elements written, or the required capacity in the case that any ofjointCapacityInput,vertexCapacityInput, orindexCapacityInputis insufficient. -
indices
an array of triangle indices. -
type
Sets the specified value to thetype()field. -
type$Default
Sets theTYPE_HAND_TRACKING_MESH_FBvalue to thetype()field. -
next
Sets the specified value to thenext()field. -
jointCapacityInput
Sets the specified value to thejointCapacityInput()field. -
jointCountOutput
Sets the specified value to thejointCountOutput()field. -
jointBindPoses
Sets the address of the specifiedXrPosef.Bufferto thejointBindPoses()field. -
jointRadii
Sets the address of the specifiedFloatBufferto thejointRadii()field. -
jointParents
Sets the address of the specifiedIntBufferto thejointParents()field. -
vertexCapacityInput
Sets the specified value to thevertexCapacityInput()field. -
vertexCountOutput
Sets the specified value to thevertexCountOutput()field. -
vertexPositions
Sets the address of the specifiedXrVector3f.Bufferto thevertexPositions()field. -
vertexNormals
Sets the address of the specifiedXrVector3f.Bufferto thevertexNormals()field. -
vertexUVs
Sets the address of the specifiedXrVector2f.Bufferto thevertexUVs()field. -
vertexBlendIndices
Sets the address of the specifiedXrVector4sFB.Bufferto thevertexBlendIndices()field. -
vertexBlendWeights
Sets the address of the specifiedXrVector4f.Bufferto thevertexBlendWeights()field. -
indexCapacityInput
Sets the specified value to theindexCapacityInput()field. -
indexCountOutput
Sets the specified value to theindexCountOutput()field. -
indices
Sets the address of the specifiedShortBufferto theindices()field. -
set
public XrHandTrackingMeshFB set(int type, long next, int jointCapacityInput, int jointCountOutput, @Nullable XrPosef.Buffer jointBindPoses, @Nullable FloatBuffer jointRadii, @Nullable IntBuffer jointParents, int vertexCapacityInput, int vertexCountOutput, @Nullable XrVector3f.Buffer vertexPositions, @Nullable XrVector3f.Buffer vertexNormals, @Nullable XrVector2f.Buffer vertexUVs, @Nullable XrVector4sFB.Buffer vertexBlendIndices, @Nullable XrVector4f.Buffer vertexBlendWeights, int indexCapacityInput, int indexCountOutput, @Nullable ShortBuffer indices) Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newXrHandTrackingMeshFBinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newXrHandTrackingMeshFBinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newXrHandTrackingMeshFBinstance allocated withBufferUtils. -
create
Returns a newXrHandTrackingMeshFBinstance for the specified memory address. -
createSafe
-
malloc
Returns a newXrHandTrackingMeshFB.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newXrHandTrackingMeshFB.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newXrHandTrackingMeshFB.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aXrHandTrackingMeshFB.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
malloc
Returns a newXrHandTrackingMeshFBinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newXrHandTrackingMeshFBinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newXrHandTrackingMeshFB.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newXrHandTrackingMeshFB.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
ntype
public static int ntype(long struct) Unsafe version oftype(). -
nnext
public static long nnext(long struct) Unsafe version ofnext(). -
njointCapacityInput
public static int njointCapacityInput(long struct) Unsafe version ofjointCapacityInput(). -
njointCountOutput
public static int njointCountOutput(long struct) Unsafe version ofjointCountOutput(). -
njointBindPoses
Unsafe version ofjointBindPoses(). -
njointRadii
Unsafe version ofjointRadii. -
njointParents
Unsafe version ofjointParents. -
nvertexCapacityInput
public static int nvertexCapacityInput(long struct) Unsafe version ofvertexCapacityInput(). -
nvertexCountOutput
public static int nvertexCountOutput(long struct) Unsafe version ofvertexCountOutput(). -
nvertexPositions
Unsafe version ofvertexPositions(). -
nvertexNormals
Unsafe version ofvertexNormals(). -
nvertexUVs
Unsafe version ofvertexUVs(). -
nvertexBlendIndices
Unsafe version ofvertexBlendIndices(). -
nvertexBlendWeights
Unsafe version ofvertexBlendWeights(). -
nindexCapacityInput
public static int nindexCapacityInput(long struct) Unsafe version ofindexCapacityInput(). -
nindexCountOutput
public static int nindexCountOutput(long struct) Unsafe version ofindexCountOutput(). -
nindices
Unsafe version ofindices. -
ntype
public static void ntype(long struct, int value) Unsafe version oftype. -
nnext
public static void nnext(long struct, long value) Unsafe version ofnext. -
njointCapacityInput
public static void njointCapacityInput(long struct, int value) Sets the specified value to thejointCapacityInputfield of the specifiedstruct. -
njointCountOutput
public static void njointCountOutput(long struct, int value) Unsafe version ofjointCountOutput. -
njointBindPoses
Unsafe version ofjointBindPoses. -
njointRadii
Unsafe version ofjointRadii. -
njointParents
Unsafe version ofjointParents. -
nvertexCapacityInput
public static void nvertexCapacityInput(long struct, int value) Sets the specified value to thevertexCapacityInputfield of the specifiedstruct. -
nvertexCountOutput
public static void nvertexCountOutput(long struct, int value) Unsafe version ofvertexCountOutput. -
nvertexPositions
Unsafe version ofvertexPositions. -
nvertexNormals
Unsafe version ofvertexNormals. -
nvertexUVs
Unsafe version ofvertexUVs. -
nvertexBlendIndices
Unsafe version ofvertexBlendIndices. -
nvertexBlendWeights
Unsafe version ofvertexBlendWeights. -
nindexCapacityInput
public static void nindexCapacityInput(long struct, int value) Sets the specified value to theindexCapacityInputfield of the specifiedstruct. -
nindexCountOutput
public static void nindexCountOutput(long struct, int value) Unsafe version ofindexCountOutput. -
nindices
Unsafe version ofindices.
-