Guillaume Boissé

Results 29 comments of Guillaume Boissé

hey there, so you need to recall that when you "draw" things from the CPU, all you're really doing is recording some commands for the GPU to consume at some...

A correction on the previous message; you can only tweak the `max_frames_in_flight` count if creating an interop. context (i.e., when interacting with an application that already has its own handling...

Hey, you certainly can. One way to do this is have a buffer of `float4`'s storing all your points positions, then load that position in a vertex shader and output...

Closing due to inactivity.

You shouldn't need passing a `D3D12_GPU_DESCRIPTOR_HANDLE` as `ImTextureID` can be anything really based on your application needs. If you're using the built-in `gfx` ImGui integration (i.e., https://github.com/gboisse/gfx/blob/master/gfx_imgui.h), then you should...

Hey there, I don't have much experience with multi-window applications but from your description (mentioning popup dialogs, etc.), it seems you'd be more interested in some UI options? If so,...

Looks good overall, but please look at the various comments I've left on the PR, thanks!

Some shots from the ImGui-based editor we used to produce our [Revision 2023](https://2023.revision-party.net/) demo: https://www.pouet.net/prod.php?which=94177 ![behind_the_scenes-00](https://github.com/ocornut/imgui/assets/8929559/be3f1928-3cd1-4390-9bd6-977f515017f1) ![behind_the_scenes-01](https://github.com/ocornut/imgui/assets/8929559/2d966c7d-2c6b-4168-bf53-695252b7296e) ![behind_the_scenes-02](https://github.com/ocornut/imgui/assets/8929559/a62b177f-1c76-469f-b19f-4bf310166269) ![behind_the_scenes-03](https://github.com/ocornut/imgui/assets/8929559/d7daeb02-a050-4a89-8f6f-ebcc00e1befa) Dear ImGui has been amazing from the start and remains a...

Hi, This technique indeed relies on hardware-accelerated ray tracing. You can find more details in our [technical report](https://gpuopen.com/download/publications/GPUOpen2022_GI1_0.pdf) as well as [GDC presentation](https://www.youtube.com/watch?v=1eLz6WpXvQo).

Thanks for reporting this, and you're correct, good spotting. We fixed this internally already and will include the fix in a subsequent update of Capsaicin.