Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceFeatures2
Packages that use VkPhysicalDeviceFeatures2
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkPhysicalDeviceFeatures2 in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPhysicalDeviceFeatures2Modifier and TypeMethodDescriptionvoid
VkInstanceCommands.getPhysicalDeviceFeatures2
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceFeatures2 pFeatures) void
VkInstanceCommands.getPhysicalDeviceFeatures2KHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceFeatures2 pFeatures) -
Uses of VkPhysicalDeviceFeatures2 in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceFeatures2Modifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceFeatures2
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceFeatures2Modifier and TypeMethodDescriptionstatic VkPhysicalDeviceFeatures2
@NotNull VkPhysicalDeviceFeatures2
VkPhysicalDeviceFeatures2.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkPhysicalDeviceFeatures2
VkPhysicalDeviceFeatures2.clone
(Arena arena, VkPhysicalDeviceFeatures2 src) VkPhysicalDeviceFeatures2.features
(@NotNull VkPhysicalDeviceFeatures value) VkPhysicalDeviceFeatures2.features
(Consumer<@NotNull VkPhysicalDeviceFeatures> consumer) VkPhysicalDeviceFeatures2.pNext
(@NotNull MemorySegment value) VkPhysicalDeviceFeatures2.sType
(int value) VkPhysicalDeviceFeatures2.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceFeatures2Modifier and TypeMethodDescription@NotNull Iterator
<VkPhysicalDeviceFeatures2> VkPhysicalDeviceFeatures2.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceFeatures2Modifier and TypeMethodDescriptionstatic VkPhysicalDeviceFeatures2
VkPhysicalDeviceFeatures2.clone
(Arena arena, VkPhysicalDeviceFeatures2 src) void
VkPhysicalDeviceFeatures2.Ptr.write
(long index, @NotNull VkPhysicalDeviceFeatures2 value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceFeatures2Modifier and TypeMethodDescriptionVkPhysicalDeviceFeatures2.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceFeatures2> consumer)