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

TvkObj_DeviceMemory

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: vulkanobjects.pas line 211

type TvkObj_DeviceMemory = class(TvkObj_AllocHandle)

public

  property Handle: TVkDeviceMemory; [r]

  

  property DeviceFunctions: TVkDeviceFunctions; [r]

  

  function Map();

  

  procedure Unmap;

  

  constructor Create();

  

  destructor Destroy; override;

  

end;

Inheritance

TvkObj_DeviceMemory

  

|

TvkObj_AllocHandle

  

|

TvkObj_Handle

  

|

TvkObj_Object

  

|

TObject



CT Web help

CodeTyphon Studio