Signed-off-by: Tim Rowley <timothy.o.rowley@intel.com>
#define JITCALL
#endif
-extern "C"
-{
+
struct ShaderInfo;
bool enableJitSampler;
};
+extern "C"
+{
+
//////////////////////////////////////////////////////////////////////////
/// @brief Create JIT context.
HANDLE JITCALL JitCreateContext(uint32_t targetSimdWidth, const char* arch);
/// @param state - blend state to build function from
PFN_BLEND_JIT_FUNC JITCALL JitCompileBlend(HANDLE hJitContext, const BLEND_COMPILE_STATE& state);
+}
-}; // extern "C"