File: vk_sdk_platform.c

package info (click to toggle)
vulkan-loader 1.3.239.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 26,752 kB
  • sloc: ansic: 228,516; cpp: 24,431; xml: 24,128; python: 5,502; asm: 2,525; sh: 122; makefile: 62
file content (6 lines) | stat: -rw-r--r-- 66 bytes parent folder | download
1
2
3
4
5
6
#include "vulkan/vk_sdk_platform.h"

int main()
{
    return 0;
}