shaderc-sys 0.10.1

Shaderc system library FFI, building, and linking
Documentation
// Copyright (c) 2016-2024 The Khronos Group Inc.
// SPDX-License-Identifier: MIT
//
// MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS
// KHRONOS STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS
// SPECIFICATIONS AND HEADER INFORMATION ARE LOCATED AT
//    https://www.khronos.org/registry/

#include <spirv/unified1/GLSL.std.450.h>
#include <spirv/unified1/OpenCL.std.h>
#include <spirv/unified1/spirv.h>

const enum GLSLstd450 kSin = GLSLstd450Sin;
const enum OpenCLstd_Entrypoints kNative_cos = OpenCLstd_Native_cos;
const SpvOp kNop = SpvOpNop;

int main() {
  return 0;
}