Uses of Record Class
club.doki7.vulkan.datatype.VkD3D12FenceSubmitInfoKHR
Packages that use VkD3D12FenceSubmitInfoKHR
-
Uses of VkD3D12FenceSubmitInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkD3D12FenceSubmitInfoKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkD3D12FenceSubmitInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkD3D12FenceSubmitInfoKHRModifier and TypeMethodDescriptionstatic VkD3D12FenceSubmitInfoKHR@NotNull VkD3D12FenceSubmitInfoKHRVkD3D12FenceSubmitInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkD3D12FenceSubmitInfoKHRVkD3D12FenceSubmitInfoKHR.clone(Arena arena, VkD3D12FenceSubmitInfoKHR src) VkD3D12FenceSubmitInfoKHR.pNext(@NotNull MemorySegment value) VkD3D12FenceSubmitInfoKHR.pSignalSemaphoreValues(@Nullable LongPtr value) VkD3D12FenceSubmitInfoKHR.pWaitSemaphoreValues(@Nullable LongPtr value) VkD3D12FenceSubmitInfoKHR.signalSemaphoreValuesCount(int value) VkD3D12FenceSubmitInfoKHR.sType(int value) VkD3D12FenceSubmitInfoKHR.Ptr.toArray()VkD3D12FenceSubmitInfoKHR.waitSemaphoreValuesCount(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkD3D12FenceSubmitInfoKHRModifier and TypeMethodDescription@NotNull Iterator<VkD3D12FenceSubmitInfoKHR> VkD3D12FenceSubmitInfoKHR.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkD3D12FenceSubmitInfoKHRModifier and TypeMethodDescriptionstatic VkD3D12FenceSubmitInfoKHRVkD3D12FenceSubmitInfoKHR.clone(Arena arena, VkD3D12FenceSubmitInfoKHR src) voidVkD3D12FenceSubmitInfoKHR.Ptr.write(long index, @NotNull VkD3D12FenceSubmitInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkD3D12FenceSubmitInfoKHRModifier and TypeMethodDescriptionVkD3D12FenceSubmitInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkD3D12FenceSubmitInfoKHR> consumer)