Unit 'vulkanlib' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_vulkan]

TPFN_vkReallocationFunction

Declaration

Source position: vulkanlib.pas line 8208

type TPFN_vkReallocationFunction = function(

  pUserData: PVkVoid;

  pOriginal: PVkVoid;

  size: TVkSize;

  alignment: TVkSize;

  allocationScope: TVkSystemAllocationScope

):PVkVoid;



CT Web help

CodeTyphon Studio