File: VkLayer_khronos_validation.map

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