Cthulhu  0.2.10
Cthulhu compiler collection
target.c File Reference
#include "hlsl/target.h"
#include "driver/driver.h"
Include dependency graph for target.c:

Go to the source code of this file.

Variables

CT_DRIVER_API const target_t kTargetHlsl
 

Variable Documentation

◆ kTargetHlsl

CT_DRIVER_API const target_t kTargetHlsl
Initial value:
= {
.info = {
.id = "target/hlsl",
.name = "HLSL",
.version = {
.license = "LGPLv3",
.author = "Elliot Haisley",
.desc = "HLSL code generation target",
.version = CT_NEW_VERSION(0, 0, 1),
},
},
}
#define CT_NEW_VERSION(major, minor, patch)
creates a new ctu_version_t from major, minor and patch
Definition: version_def.h:20

Definition at line 7 of file target.c.