Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDevicePresentIdFeaturesKHR
Packages that use VkPhysicalDevicePresentIdFeaturesKHR
-
Uses of VkPhysicalDevicePresentIdFeaturesKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDevicePresentIdFeaturesKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDevicePresentIdFeaturesKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDevicePresentIdFeaturesKHRModifier and TypeMethodDescription@NotNull VkPhysicalDevicePresentIdFeaturesKHR
VkPhysicalDevicePresentIdFeaturesKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDevicePresentIdFeaturesKHR.clone
(Arena arena, VkPhysicalDevicePresentIdFeaturesKHR src) VkPhysicalDevicePresentIdFeaturesKHR.pNext
(@NotNull MemorySegment value) VkPhysicalDevicePresentIdFeaturesKHR.presentId
(int value) VkPhysicalDevicePresentIdFeaturesKHR.sType
(int value) VkPhysicalDevicePresentIdFeaturesKHR.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDevicePresentIdFeaturesKHRModifier and TypeMethodDescription@NotNull Iterator
<VkPhysicalDevicePresentIdFeaturesKHR> VkPhysicalDevicePresentIdFeaturesKHR.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDevicePresentIdFeaturesKHRModifier and TypeMethodDescriptionVkPhysicalDevicePresentIdFeaturesKHR.clone
(Arena arena, VkPhysicalDevicePresentIdFeaturesKHR src) void
VkPhysicalDevicePresentIdFeaturesKHR.Ptr.write
(long index, @NotNull VkPhysicalDevicePresentIdFeaturesKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDevicePresentIdFeaturesKHRModifier and TypeMethodDescriptionVkPhysicalDevicePresentIdFeaturesKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDevicePresentIdFeaturesKHR> consumer)