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