microsoft / ShaderConductor

ShaderConductor is a tool designed for cross-compiling HLSL to other shading languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove STL containers from interface

gongminmin opened this issue · comments

STL containers, such as std::string, std::vector, are causing problems when calling from a program without _ITERATOR_DEBUG_LEVEL=0, or overrided memory allocation . Need to passing parameters with pure C types.