File: VkLayer_khronos_validation.map

package info (click to toggle)
vulkan-validationlayers 1.4.321.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 47,412 kB
  • sloc: cpp: 594,175; python: 11,321; sh: 24; makefile: 20; xml: 14
file content (10 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
{
  global:
    vkGetInstanceProcAddr;
    vkGetDeviceProcAddr;
    vkEnumerateInstanceLayerProperties;
    vkEnumerateInstanceExtensionProperties;
    vkNegotiateLoaderLayerInterfaceVersion;
  local:
    *;
};