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

TVkClearValue

Declaration

Source position: vulkanlib.pas line 9343

type TVkClearValue = record

  case LongInt of

    0: (

        color: TVkClearColorValue;

  

      );

    1: (

        depthStencil: TVkClearDepthStencilValue;

  

      );

end;



CT Web help

CodeTyphon Studio