Uses of Interface
club.doki7.vulkan.datatype.IVkAllocationCallbacks
Packages that use IVkAllocationCallbacks
Package
Description
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkAllocationCallbacks in club.doki7.glfw
Methods in club.doki7.glfw with parameters of type IVkAllocationCallbacksModifier and TypeMethodDescriptionint
GLFW.createWindowSurface
(@Nullable VkInstance instance, @Nullable GLFWwindow window, @Nullable IVkAllocationCallbacks allocator, VkSurfaceKHR.Ptr surface) -
Uses of IVkAllocationCallbacks in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype with parameters of type IVkAllocationCallbacksModifier and TypeMethodDescriptionXrVulkanDeviceCreateInfoKHR.vulkanAllocator
(@Nullable IVkAllocationCallbacks value) XrVulkanInstanceCreateInfoKHR.vulkanAllocator
(@Nullable IVkAllocationCallbacks value) -
Uses of IVkAllocationCallbacks in club.doki7.vma.datatype
Methods in club.doki7.vma.datatype with parameters of type IVkAllocationCallbacksModifier and TypeMethodDescriptionVmaAllocatorCreateInfo.pAllocationCallbacks
(@Nullable IVkAllocationCallbacks value) VmaVirtualBlockCreateInfo.pAllocationCallbacks
(@Nullable IVkAllocationCallbacks value) -
Uses of IVkAllocationCallbacks in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkAllocationCallbacksModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkAllocationCallbacks
structure in native memory.static final record
Represents a pointer to / an array ofVkAllocationCallbacks
structure(s) in native memory.