Uses of Record Class
club.doki7.vulkan.datatype.VkDirectDriverLoadingInfoLUNARG
Packages that use VkDirectDriverLoadingInfoLUNARG
-
Uses of VkDirectDriverLoadingInfoLUNARG in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDirectDriverLoadingInfoLUNARGModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkDirectDriverLoadingInfoLUNARGstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDirectDriverLoadingInfoLUNARGModifier and TypeMethodDescription@NotNull VkDirectDriverLoadingInfoLUNARGVkDirectDriverLoadingInfoLUNARG.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkDirectDriverLoadingInfoLUNARG.clone(Arena arena, VkDirectDriverLoadingInfoLUNARG src) VkDirectDriverLoadingInfoLUNARG.flags(int value) @Nullable VkDirectDriverLoadingInfoLUNARGVkDirectDriverLoadingListLUNARG.pDrivers()VkDirectDriverLoadingInfoLUNARG.pfnGetInstanceProcAddr(@Nullable IPointer pointer) VkDirectDriverLoadingInfoLUNARG.pfnGetInstanceProcAddr(@NotNull VkFunctionTypes.IPFN_vkGetInstanceProcAddrLUNARG value) VkDirectDriverLoadingInfoLUNARG.pfnGetInstanceProcAddr(@NotNull Arena arena, @NotNull VkFunctionTypes.IPFN_vkGetInstanceProcAddrLUNARG value) VkDirectDriverLoadingInfoLUNARG.pfnGetInstanceProcAddr(@NotNull MemorySegment value) VkDirectDriverLoadingInfoLUNARG.pNext(@NotNull MemorySegment value) VkDirectDriverLoadingInfoLUNARG.sType(int value) VkDirectDriverLoadingInfoLUNARG.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDirectDriverLoadingInfoLUNARGModifier and TypeMethodDescription@NotNull Iterator<VkDirectDriverLoadingInfoLUNARG> VkDirectDriverLoadingInfoLUNARG.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkDirectDriverLoadingInfoLUNARGModifier and TypeMethodDescriptionVkDirectDriverLoadingInfoLUNARG.clone(Arena arena, VkDirectDriverLoadingInfoLUNARG src) voidVkDirectDriverLoadingInfoLUNARG.Ptr.write(long index, @NotNull VkDirectDriverLoadingInfoLUNARG value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDirectDriverLoadingInfoLUNARGModifier and TypeMethodDescriptionVkDirectDriverLoadingInfoLUNARG.Ptr.at(long index, @NotNull Consumer<@NotNull VkDirectDriverLoadingInfoLUNARG> consumer)