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