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 recordRepresents a pointer to / an array ofLUIDstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return LUIDModifier and TypeMethodDescription@NotNull LUIDXrGraphicsRequirementsD3D11KHR.adapterLuid()@NotNull LUIDXrGraphicsRequirementsD3D12KHR.adapterLuid()static LUID@NotNull LUIDLUID.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static LUIDLUID.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 LUIDvoidMethod 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)