source: CIVL/examples/translation/openclversion2.1/possible trash@ 594b1b8

1.23 2.0 acw/focus-triggers main test-branch
Last change on this file since 594b1b8 was d508f18, checked in by Jacob Trieu <fuufusuu@…>, 12 years ago

Even more methods

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@1214 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 206 bytes
Line 
1
2//clCreateProgram for each individual one, because the struct args is defined here
3cl_program clCreateProgram(args * argument)
4{
5 cl_program program;
6 program.arguments = argument;
7
8 return program;
9}
Note: See TracBrowser for help on using the repository browser.