RetroArch
Macros | Functions
d3dcompiler_common.c File Reference
#include <stdio.h>
#include <string.h>
#include "d3dcompiler_common.h"
#include "../../verbosity.h"
Include dependency graph for d3dcompiler_common.c:

Macros

#define CINTERFACE
 

Functions

bool d3d_compile (const char *src, size_t size, LPCSTR src_name, LPCSTR entrypoint, LPCSTR target, D3DBlob *out)
 
bool d3d_compile_from_file (LPCWSTR filename, LPCSTR entrypoint, LPCSTR target, D3DBlob *out)
 

Macro Definition Documentation

◆ CINTERFACE

#define CINTERFACE

Function Documentation

◆ d3d_compile()

bool d3d_compile ( const char *  src,
size_t  size,
LPCSTR  src_name,
LPCSTR  entrypoint,
LPCSTR  target,
D3DBlob out 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ d3d_compile_from_file()

bool d3d_compile_from_file ( LPCWSTR  filename,
LPCSTR  entrypoint,
LPCSTR  target,
D3DBlob out 
)
Here is the call graph for this function:
Here is the caller graph for this function: