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

TvkGetPhysicalDeviceSparseImageFormatProperties

Declaration

Source position: vulkanlib.pas line 25772

type TvkGetPhysicalDeviceSparseImageFormatProperties = procedure(

  physicalDevice: TVkPhysicalDevice;

  format: TVkFormat;

  type_: TVkImageType;

  samples: TVkSampleCountFlagBits;

  usage: TVkImageUsageFlags;

  tiling: TVkImageTiling;

  pPropertyCount: PVkUInt32;

  pProperties: PVkSparseImageFormatProperties

);



CT Web help

CodeTyphon Studio