Searched refs:compileToBinary (Results 1 – 2 of 2) sorted by relevance
136 …ID3DXBuffer *compileToBinary(const char *hlsl, const char *profile, ID3DXConstantTable **constantT…
964 ID3DXBuffer *Program::compileToBinary(const char *hlsl, const char *profile, ID3DXConstantTable **c… in compileToBinary() function in gl::Program1499 …ID3DXBuffer *vertexBinary = compileToBinary(mVertexHLSL.c_str(), vertexProfile, &mConstantTableVS); in link()1500 ID3DXBuffer *pixelBinary = compileToBinary(mPixelHLSL.c_str(), pixelProfile, &mConstantTablePS); in link()