Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceLayeredApiVulkanPropertiesKHR
Packages that use VkPhysicalDeviceLayeredApiVulkanPropertiesKHR
-
Uses of VkPhysicalDeviceLayeredApiVulkanPropertiesKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceLayeredApiVulkanPropertiesKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceLayeredApiVulkanPropertiesKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceLayeredApiVulkanPropertiesKHRModifier and TypeMethodDescriptionVkPhysicalDeviceLayeredApiVulkanPropertiesKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceLayeredApiVulkanPropertiesKHR.clone(Arena arena, VkPhysicalDeviceLayeredApiVulkanPropertiesKHR src) VkPhysicalDeviceLayeredApiVulkanPropertiesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceLayeredApiVulkanPropertiesKHR.properties(@NotNull VkPhysicalDeviceProperties2 value) VkPhysicalDeviceLayeredApiVulkanPropertiesKHR.properties(Consumer<@NotNull VkPhysicalDeviceProperties2> consumer) VkPhysicalDeviceLayeredApiVulkanPropertiesKHR.sType(int value) VkPhysicalDeviceLayeredApiVulkanPropertiesKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceLayeredApiVulkanPropertiesKHRMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceLayeredApiVulkanPropertiesKHRModifier and TypeMethodDescriptionVkPhysicalDeviceLayeredApiVulkanPropertiesKHR.clone(Arena arena, VkPhysicalDeviceLayeredApiVulkanPropertiesKHR src) voidVkPhysicalDeviceLayeredApiVulkanPropertiesKHR.Ptr.write(long index, @NotNull VkPhysicalDeviceLayeredApiVulkanPropertiesKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceLayeredApiVulkanPropertiesKHRModifier and TypeMethodDescriptionVkPhysicalDeviceLayeredApiVulkanPropertiesKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceLayeredApiVulkanPropertiesKHR> consumer)