Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceBufferDeviceAddressFeatures
Packages that use VkPhysicalDeviceBufferDeviceAddressFeatures
-
Uses of VkPhysicalDeviceBufferDeviceAddressFeatures in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceBufferDeviceAddressFeaturesModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceBufferDeviceAddressFeaturesstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceBufferDeviceAddressFeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceBufferDeviceAddressFeatures.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceBufferDeviceAddressFeatures.bufferDeviceAddress(int value) VkPhysicalDeviceBufferDeviceAddressFeatures.bufferDeviceAddressCaptureReplay(int value) VkPhysicalDeviceBufferDeviceAddressFeatures.bufferDeviceAddressMultiDevice(int value) VkPhysicalDeviceBufferDeviceAddressFeatures.clone(Arena arena, VkPhysicalDeviceBufferDeviceAddressFeatures src) VkPhysicalDeviceBufferDeviceAddressFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceBufferDeviceAddressFeatures.sType(int value) VkPhysicalDeviceBufferDeviceAddressFeatures.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceBufferDeviceAddressFeaturesMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceBufferDeviceAddressFeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceBufferDeviceAddressFeatures.clone(Arena arena, VkPhysicalDeviceBufferDeviceAddressFeatures src) voidVkPhysicalDeviceBufferDeviceAddressFeatures.Ptr.write(long index, @NotNull VkPhysicalDeviceBufferDeviceAddressFeatures value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceBufferDeviceAddressFeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceBufferDeviceAddressFeatures.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceBufferDeviceAddressFeatures> consumer)