Dov Grobgeld

Results 84 comments of Dov Grobgeld

Here's the stack trace: ``` (gdb) run ../subprojects/vkpp/specs/vk-1-0-20.xml subprojects/vkpp/include/vkpp Starting program: /space/pub-repos/rvg/build-debug/subprojects/vkpp/vk-codegen ../subprojects/vkpp/specs/vk-1-0-20.xml subprojects/vkpp/include/vkpp warning: Loadable section ".note.gnu.property" outside of ELF segments Load result: No error -- loaded ###couldnt find...

Ok. I managed to compile it by applying the following patch to `subprojects/vkpp`. ``` diff --git a/meson.build b/meson.build index d8aab38..b264a42 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,8 @@ project('vkpp',...

Here are the commands that I ran: ``` meson build -Dexample-glfw=true cd build ninja ./example/example_glfw ``` And the result is a black screen with the following text in white: ```...

Thanks for the quick feedback. I pulled, recompiled, and ran again. I no longer get the VK_NULL_HANDLE error messages. But the screen is still black, except for the white overlay....

Nvidia GTX1070. I'll try it on my intel gpu laptop as well that is also running Fedora 30. On Fri, May 10, 2019, 15:16 nyorain wrote: > that is weird,...

I just tested rvg on my laptop with an intel 8550u processor. The result is all black there as well. There are no error messages shown in the terminal. Just...

I'm back testing it again after more than half a year off. I finally got the graphics to display on my laptop by simply by resizing the window! :smile: Apparently...

I agree with this. I was just about to open a feature request about something very similar. Here is my suggested change: - When in image mode and clicking on...

I don't understand what you meant by "render data in ram"? Could you elaborate? I actually implemented the solution that I described above, and it works fine. There was some...

Oh, interesting. I didn't know that you could use host memory as a source for VBA's. That really makes the my chunk based approach redundant. I have to explore that....