source:
CIVL/examples/translation/openclversion2.1/possible trash@
594b1b8
| Last change on this file since 594b1b8 was d508f18, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 206 bytes | |
| Line | |
|---|---|
| 1 | |
| 2 | //clCreateProgram for each individual one, because the struct args is defined here |
| 3 | cl_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.
