Uses of Record Class
club.doki7.openxr.datatype.LUID
Packages that use LUID
-
Uses of LUID in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type LUIDModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofLUID
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return LUIDModifier and TypeMethodDescription@NotNull LUID
XrGraphicsRequirementsD3D11KHR.adapterLuid()
@NotNull LUID
XrGraphicsRequirementsD3D12KHR.adapterLuid()
static LUID
@NotNull LUID
LUID.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static LUID
LUID.HighPart
(int value) LUID.LowPart
(int value) LUID[]
LUID.Ptr.toArray()
Methods in club.doki7.openxr.datatype that return types with arguments of type LUIDMethods in club.doki7.openxr.datatype with parameters of type LUIDModifier and TypeMethodDescriptionXrGraphicsRequirementsD3D11KHR.adapterLuid
(@NotNull LUID value) XrGraphicsRequirementsD3D12KHR.adapterLuid
(@NotNull LUID value) static LUID
void
Method parameters in club.doki7.openxr.datatype with type arguments of type LUIDModifier and TypeMethodDescriptionXrGraphicsRequirementsD3D11KHR.adapterLuid
(Consumer<@NotNull LUID> consumer) XrGraphicsRequirementsD3D12KHR.adapterLuid
(Consumer<@NotNull LUID> consumer)