Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceProperties2
Packages that use VkPhysicalDeviceProperties2
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkPhysicalDeviceProperties2 in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPhysicalDeviceProperties2Modifier and TypeMethodDescriptionvoidVkInstanceCommands.getPhysicalDeviceProperties2(VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties2 pProperties) voidVkInstanceCommands.getPhysicalDeviceProperties2KHR(VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties2 pProperties) -
Uses of VkPhysicalDeviceProperties2 in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceProperties2Modifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceProperties2structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceProperties2Modifier and TypeMethodDescriptionstatic VkPhysicalDeviceProperties2@NotNull VkPhysicalDeviceProperties2VkPhysicalDeviceProperties2.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkPhysicalDeviceProperties2VkPhysicalDeviceProperties2.clone(Arena arena, VkPhysicalDeviceProperties2 src) VkPhysicalDeviceProperties2.pNext(@NotNull MemorySegment value) @NotNull VkPhysicalDeviceProperties2VkPhysicalDeviceLayeredApiVulkanPropertiesKHR.properties()VkPhysicalDeviceProperties2.properties(@NotNull VkPhysicalDeviceProperties value) VkPhysicalDeviceProperties2.properties(Consumer<@NotNull VkPhysicalDeviceProperties> consumer) VkPhysicalDeviceProperties2.sType(int value) VkPhysicalDeviceProperties2.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceProperties2Modifier and TypeMethodDescription@NotNull Iterator<VkPhysicalDeviceProperties2> VkPhysicalDeviceProperties2.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceProperties2Modifier and TypeMethodDescriptionstatic VkPhysicalDeviceProperties2VkPhysicalDeviceProperties2.clone(Arena arena, VkPhysicalDeviceProperties2 src) VkPhysicalDeviceLayeredApiVulkanPropertiesKHR.properties(@NotNull VkPhysicalDeviceProperties2 value) voidVkPhysicalDeviceProperties2.Ptr.write(long index, @NotNull VkPhysicalDeviceProperties2 value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceProperties2Modifier and TypeMethodDescriptionVkPhysicalDeviceProperties2.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceProperties2> consumer) VkPhysicalDeviceLayeredApiVulkanPropertiesKHR.properties(Consumer<@NotNull VkPhysicalDeviceProperties2> consumer)