Uses of Class
com.io7m.jcoronado.api.VulkanInternalAllocation
-
Packages that use VulkanInternalAllocation Package Description com.io7m.jcoronado.allocation_tracker Type-safe Vulkan frontend (Allocation tracker)com.io7m.jcoronado.api Type-safe Vulkan frontend (API)com.io7m.jcoronado.lwjgl Type-safe Vulkan frontend (LWJGL implementation) -
-
Uses of VulkanInternalAllocation in com.io7m.jcoronado.allocation_tracker
Methods in com.io7m.jcoronado.allocation_tracker with parameters of type VulkanInternalAllocation Modifier and Type Method Description void
VulkanHostAllocatorTracker. onAllocation(long size, VulkanInternalAllocation type, VulkanSystemAllocationScope scope)
void
VulkanHostAllocatorTracker. onFree(long size, VulkanInternalAllocation type, VulkanSystemAllocationScope scope)
-
Uses of VulkanInternalAllocation in com.io7m.jcoronado.api
Methods in com.io7m.jcoronado.api that return VulkanInternalAllocation Modifier and Type Method Description static VulkanInternalAllocation
VulkanInternalAllocation. ofInt(int type)
Create a type from the given integer.static VulkanInternalAllocation
VulkanInternalAllocation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VulkanInternalAllocation[]
VulkanInternalAllocation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.io7m.jcoronado.api with parameters of type VulkanInternalAllocation Modifier and Type Method Description void
VulkanHostAllocatorCallbacksType.InternalAllocationNotificationType. onAllocation(long size, VulkanInternalAllocation type, VulkanSystemAllocationScope scope)
Called upon internal allocations.void
VulkanHostAllocatorCallbacksType.InternalFreeNotificationType. onFree(long size, VulkanInternalAllocation type, VulkanSystemAllocationScope scope)
Called upon internal deallocations. -
Uses of VulkanInternalAllocation in com.io7m.jcoronado.lwjgl
Methods in com.io7m.jcoronado.lwjgl with parameters of type VulkanInternalAllocation Modifier and Type Method Description void
VulkanLWJGLHostAllocatorJeMalloc. onAllocation(long size, VulkanInternalAllocation type, VulkanSystemAllocationScope scope)
void
VulkanLWJGLHostAllocatorJeMalloc. onFree(long size, VulkanInternalAllocation type, VulkanSystemAllocationScope scope)
-