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

TVkPhysicalDeviceVulkan11Features

Declaration

Source position: vulkanlib.pas line 15072

type TVkPhysicalDeviceVulkan11Features = record

  sType: TVkStructureType;

  

  pNext: PVkVoid;

  

  storageBuffer16BitAccess: TVkBool32;

  

  uniformAndStorageBuffer16BitAccess: TVkBool32;

  

  storagePushConstant16: TVkBool32;

  

  storageInputOutput16: TVkBool32;

  

  multiview: TVkBool32;

  

  multiviewGeometryShader: TVkBool32;

  

  multiviewTessellationShader: TVkBool32;

  

  variablePointersStorageBuffer: TVkBool32;

  

  variablePointers: TVkBool32;

  

  protectedMemory: TVkBool32;

  

  samplerYcbcrConversion: TVkBool32;

  

  shaderDrawParameters: TVkBool32;

  

end;



CT Web help

CodeTyphon Studio