Unit 'LabCommandBuffer' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_vulkanlab]

LabClearValue

Declaration

Source position: LabCommandBuffer.pas line 116

function LabClearValue(

  const r: TVkFloat;

  const g: TVkFloat;

  const b: TVkFloat;

  const a: TVkFloat

):TVkClearValue; overload;

function LabClearValue(

  const r: TVkUInt32;

  const g: TVkUInt32;

  const b: TVkUInt32;

  const a: TVkUInt32

):TVkClearValue; overload;

function LabClearValue(

  const r: TVkInt32;

  const g: TVkInt32;

  const b: TVkInt32;

  const a: TVkInt32

):TVkClearValue; overload;

function LabClearValue(

  const Depth: TVkFloat;

  const Stencil: TVkUInt32

):TVkClearValue; overload;



CT Web help

CodeTyphon Studio