Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceExternalBufferInfo
Packages that use VkPhysicalDeviceExternalBufferInfo
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkPhysicalDeviceExternalBufferInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPhysicalDeviceExternalBufferInfoModifier and TypeMethodDescriptionvoid
VkInstanceCommands.getPhysicalDeviceExternalBufferProperties
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalBufferInfo pExternalBufferInfo, VkExternalBufferProperties pExternalBufferProperties) void
VkInstanceCommands.getPhysicalDeviceExternalBufferPropertiesKHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalBufferInfo pExternalBufferInfo, VkExternalBufferProperties pExternalBufferProperties) -
Uses of VkPhysicalDeviceExternalBufferInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceExternalBufferInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceExternalBufferInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceExternalBufferInfoModifier and TypeMethodDescription@NotNull VkPhysicalDeviceExternalBufferInfo
VkPhysicalDeviceExternalBufferInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceExternalBufferInfo.clone
(Arena arena, VkPhysicalDeviceExternalBufferInfo src) VkPhysicalDeviceExternalBufferInfo.flags
(int value) VkPhysicalDeviceExternalBufferInfo.handleType
(int value) VkPhysicalDeviceExternalBufferInfo.pNext
(@NotNull MemorySegment value) VkPhysicalDeviceExternalBufferInfo.sType
(int value) VkPhysicalDeviceExternalBufferInfo.Ptr.toArray()
VkPhysicalDeviceExternalBufferInfo.usage
(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceExternalBufferInfoModifier and TypeMethodDescription@NotNull Iterator
<VkPhysicalDeviceExternalBufferInfo> VkPhysicalDeviceExternalBufferInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceExternalBufferInfoModifier and TypeMethodDescriptionVkPhysicalDeviceExternalBufferInfo.clone
(Arena arena, VkPhysicalDeviceExternalBufferInfo src) void
VkPhysicalDeviceExternalBufferInfo.Ptr.write
(long index, @NotNull VkPhysicalDeviceExternalBufferInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceExternalBufferInfoModifier and TypeMethodDescriptionVkPhysicalDeviceExternalBufferInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceExternalBufferInfo> consumer)