Ali Can Demiralp

Results 18 issues of Ali Can Demiralp

The framegraph currently performs each unculled render task sequentially. It is possible to have multiple framegraphs executing render tasks in parallel (e.g. an OpenGL framegraph and a Cuda framegraph or...

help wanted

I had a nondeterministic hang in renderFrame for months. I have commented out different parts of the ray tracer code until it no longer happened, and seem to have isolated...

Hello, I have recently written an overlay port for this library, along with a basic cmake file, and wanted to share it with you. [dsharlet-array.zip](https://github.com/dsharlet/array/files/4972077/dsharlet-array.zip) I did not want to...

### Package and Environment Details (include every applicable attribute) * Package Name/Version: **boost_system/1.69.0** * Operating System+version: **Windows 10** * Compiler+version: **MSVC v142 (VS 2019)** * Docker image: **Unknown** * Conan...

bug

**Errors:** trait_backports.hpp:62 i.e. `_MDSPAN_BACKPORT_TRAIT(is_assignable)` 1- Constexpr is not valid here. 2- Declaration is incompatible with variable template "std::is_assignable_v" **Attempt to fix:** NVCC probably defines these already. Undefine backports before including...

The web page should request the following information from the user: - [ ] Project name - [ ] Project URL - [ ] Executable / Header-only Library / Library...

enhancement
help wanted

State leaking is a common problem in OpenGL. Many free functions set a global state which often has to be unset at the end of render calls. Find a way...

enhancement

Parts of the OpenGL 4.6 Core Specification before "Chapter 22 - State and state requests" already cover a large part of glGet... global state accessors. However, in order to ensure...

enhancement
help wanted