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 TypeMethodDescriptionvoidVkInstanceCommands.getPhysicalDeviceExternalBufferProperties(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalBufferInfo pExternalBufferInfo, VkExternalBufferProperties pExternalBufferProperties) voidVkInstanceCommands.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 recordRepresents a pointer to / an array ofVkExternalBufferPropertiesstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkExternalBufferPropertiesModifier and TypeMethodDescriptionstatic VkExternalBufferProperties@NotNull VkExternalBufferPropertiesVkExternalBufferProperties.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkExternalBufferPropertiesVkExternalBufferProperties.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 VkExternalBufferPropertiesVkExternalBufferProperties.clone(Arena arena, VkExternalBufferProperties src) voidVkExternalBufferProperties.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)