|
slot 0.0.1
A real time UI render framework
|
#include <cmath>#include <cstdio>#include <cstring>#include "../source/slang-rt/slang-rt.h"#include "slang-com-ptr.h"#include "slang-cpp-types.h"#include <math.h>#include <assert.h>#include <stdint.h>#include <stdlib.h>#include <string.h>#include "slang-cpp-scalar-intrinsics.h"
宏定义 | |
| #define | SLANG_COM_PTR_ENABLE_REF_OPERATOR 1 |
| #define | SLANG_PRELUDE_STD |
| #define | SLANG_INTPTR_TYPE_IS_DISTINCT 0 |
| #define | SLANG_PRELUDE_SHARED_LIB_EXPORT __attribute__((__visibility__("default"))) |
| #define | SLANG_PRELUDE_EXTERN_C |
| #define | SLANG_PRELUDE_EXTERN_C_START |
| #define | SLANG_PRELUDE_EXTERN_C_END |
类型定义 | |
| template<typename TResult , typename... Args> | |
| using | Slang_FuncType = TResult(SLANG_MCALL*)(Args...) |
| #define SLANG_COM_PTR_ENABLE_REF_OPERATOR 1 |
| #define SLANG_INTPTR_TYPE_IS_DISTINCT 0 |
| #define SLANG_PRELUDE_EXTERN_C |
| #define SLANG_PRELUDE_EXTERN_C_END |
| #define SLANG_PRELUDE_EXTERN_C_START |
| #define SLANG_PRELUDE_SHARED_LIB_EXPORT __attribute__((__visibility__("default"))) |
| #define SLANG_PRELUDE_STD |
| using Slang_FuncType = TResult(SLANG_MCALL*)(Args...) |