HighMap library (C++)
Loading...
Searching...
No Matches
gpu_opencl.hpp
Go to the documentation of this file.
1/* Copyright (c) 2023 Otto Link. Distributed under the terms of the GNU General
2 Public License. The full license is in the file LICENSE, distributed with
3 this software. */
4
15#pragma once
16#include "cl_wrapper.hpp"
17
18#include "highmap/array.hpp"
19
20namespace hmap::gpu
21{
22
23void helper_bind_optional_buffer(clwrapper::Run &run,
24 const std::string &id,
25 const Array *p_array);
26
27bool init_opencl();
28
29} // namespace hmap::gpu
Declaration of the Array class for 2D floating-point arrays with various mathematical operations and ...
Definition blending.hpp:151
void helper_bind_optional_buffer(clwrapper::Run &run, const std::string &id, const Array *p_array)
Definition gpu_opencl.cpp:9
bool init_opencl()
Definition gpu_opencl.cpp:24