ae2f_docs
a.cc File Reference
#include <stdio.h>
#include <assert.h>
#include <ae2fVK/Spvc.h>
#include "../compute.auto.glsl.h"

Go to the source code of this file.

Functions

int main ()

Variables

glslang_input_t input

Function Documentation

◆ main()

int main ( )

Definition at line 23 of file a.cc.

Variable Documentation

◆ input

glslang_input_t input
Initial value:
= {
.language = GLSLANG_SOURCE_GLSL,
.stage = GLSLANG_STAGE_COMPUTE,
.client = GLSLANG_CLIENT_VULKAN,
.client_version = GLSLANG_TARGET_VULKAN_1_2,
.target_language = GLSLANG_TARGET_SPV,
.target_language_version = GLSLANG_TARGET_SPV_1_5,
.code =
,
.default_version = 450,
.default_profile = GLSLANG_NO_PROFILE,
.force_default_version_and_profile = false,
.forward_compatible = false,
.messages = GLSLANG_MSG_DEFAULT_BIT,
}

Definition at line 6 of file a.cc.