File: main.cpp

package info (click to toggle)
spirv-reflect 1.4.328.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,260 kB
  • sloc: ansic: 13,975; cpp: 5,963; python: 140; sh: 76; makefile: 12
file content (7 lines) | stat: -rw-r--r-- 163 bytes parent folder | download
1
2
3
4
5
6
7
#include "spirv_reflect.h"

int main(int argc, char** argv) {
  spv_reflect::ShaderModule shaderModule;
  shaderModule = spv_reflect::ShaderModule();
  return 0;
}