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

TvkCmdDispatchBase

Declaration

Source position: vulkanlib.pas line 20730

type TvkCmdDispatchBase = procedure(

  commandBuffer: TVkCommandBuffer;

  baseGroupX: TVkUInt32;

  baseGroupY: TVkUInt32;

  baseGroupZ: TVkUInt32;

  groupCountX: TVkUInt32;

  groupCountY: TVkUInt32;

  groupCountZ: TVkUInt32

);



CT Web help

CodeTyphon Studio