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 TypeMethodDescriptionintGLFW.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 recordRepresents a pointer to aVkAllocationCallbacksstructure in native memory.static final recordRepresents a pointer to / an array ofVkAllocationCallbacksstructure(s) in native memory.