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

vkuMatrixIdentity

Declaration

Source position: vulkanutils.pas line 270

const vkuMatrixIdentity: TvkuMatrix4f = ((1, 0, 0, 0), (0, 1, 0, 0), (0, 0, 1, 0), (0, 0, 0, 1));



CT Web help

CodeTyphon Studio