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

TvkObj_ImageSubresourceRange

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

Declaration

Source position: vulkanobjects.pas line 921

type TvkObj_ImageSubresourceRange = class(TvkObj_Structure)

  AspectMask: TVkImageAspectFlags;

  

  BaseMipLevel: TVkUInt32;

  

  LevelCount: TVkUInt32;

  

  BaseArrayLayer: TVkUInt32;

  

  LayerCount: TVkUInt32;

  

  function GetStructure;

  

  procedure SetStructure();

  

end;

Inheritance

TvkObj_ImageSubresourceRange

  

|

TvkObj_Structure

  

|

TObject



CT Web help

CodeTyphon Studio