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