Lőrinc Serfőző
Lőrinc Serfőző
**Describe the bug** - As said in the title, the PlayVideo node does not work. - According to information to the developers, it's not yet implemented. - This issue is...
- Added .gitignore file, - Added .clang-format (based on OpenCL-SDK's corresponding file) and format enforcing script. - Minor changes to source files to avoid warnings on all compilers tested in...
- Added .gitignore file, - Added .clang-format (based on OpenCL-SDK's corresponding file) and format enforcing script. - Minor changes to source files to avoid warnings on all compilers tested in...
The following describes a discrepancy in the CMake scripts of the OpenCL-CLHPP project: - The test suite is configured to build only if it is explicitly enabled via `BUILD_TESTING` and...
- Added .gitignore file, - Added .clang-format (based on OpenCL-SDK's corresponding file) and format enforcing script. - Minor changes to source files to avoid warnings on all compilers tested in...
- Updated format enforcing script. - Minor changes to source files to avoid warnings on all compilers tested in CI. - `-Werror`/`/WX` is enabled in CI, however a list of...
**NOTE**: this PR includes all commits from branch [StreamHPC:release-cd](https://github.com/StreamHPC/OpenCL-SDK/tree/release-cd). This is required, because the implemented sample requires additional updates to the CI scripts to pull its new dependencies. After #88...
- Defined `AudioBackend` pure virtual class that abstracts base audio functionality - Extracted current audio system to `SDLAudioBackend` - Implemented `AlAudioBackend` that uses OpenAL Soft - Updated audio menu and...