TerraForge3D
2.3.1
3D Terrain And Landscape Generator
◆
BuildProgram()
void ComputeKernel::BuildProgram
(
std::string
options
)
Definition at line
77
of file
ComputeKernel.cpp
.
78
{
79
program = cl::Program(context, sources);
80
81
if
(program.build({ device }, options.c_str()) != CL_SUCCESS)
82
{
83
onStatus(
"Error Building : "
+ program.getBuildInfo<CL_PROGRAM_BUILD_LOG>(device));
84
return
;
85
}
86
}
ComputeKernel
Generated on Thu Apr 7 2022 14:10:51 for TerraForge3D by
1.9.3