#vulkanapi — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #vulkanapi, aggregated by home.social.
-
macOS games that are using Vulkan rendering are messing up with Steam Overlay, it seems. But the game returns to normal as soon as the overlay is hidden. Is there any place where I can track this?
-
Wer irgendwann in letzter Zeit mal testweise die Remote-Desktop-Software NX NoMachine installiert hatte, sollte seinen Linux-Rechner auf Überbleibsel dieser Installation kontrollieren:
wiki.archlinux.org/title/NoMac…
Die verbliebene Gerätekonfigurationsregel
/etc/udev/rules.d/99-virtualgl-dri.ruleshatte mir die Berechtigungen für/dev/dri/renderD128dergestalt verbogen, dass Vulkan nicht richtig funktionierte. -
Wer irgendwann in letzter Zeit mal testweise die Remote-Desktop-Software NX NoMachine installiert hatte, sollte seinen Linux-Rechner auf Überbleibsel dieser Installation kontrollieren:
wiki.archlinux.org/title/NoMac…
Die verbliebene Gerätekonfigurationsregel
/etc/udev/rules.d/99-virtualgl-dri.ruleshatte mir die Berechtigungen für/dev/dri/renderD128dergestalt verbogen, dass Vulkan nicht richtig funktionierte. -
Wer irgendwann in letzter Zeit mal testweise die Remote-Desktop-Software NX NoMachine installiert hatte, sollte seinen Linux-Rechner auf Überbleibsel dieser Installation kontrollieren:
wiki.archlinux.org/title/NoMac…
Die verbliebene Gerätekonfigurationsregel
/etc/udev/rules.d/99-virtualgl-dri.ruleshatte mir die Berechtigungen für/dev/dri/renderD128dergestalt verbogen, dass Vulkan nicht richtig funktionierte. -
Wer irgendwann in letzter Zeit mal testweise die Remote-Desktop-Software NX NoMachine installiert hatte, sollte seinen Linux-Rechner auf Überbleibsel dieser Installation kontrollieren:
wiki.archlinux.org/title/NoMac…
Die verbliebene Gerätekonfigurationsregel
/etc/udev/rules.d/99-virtualgl-dri.ruleshatte mir die Berechtigungen für/dev/dri/renderD128dergestalt verbogen, dass Vulkan nicht richtig funktionierte. -
Wer irgendwann in letzter Zeit mal testweise die Remote-Desktop-Software NX NoMachine installiert hatte, sollte seinen Linux-Rechner auf Überbleibsel dieser Installation kontrollieren:
wiki.archlinux.org/title/NoMac…
Die verbliebene Gerätekonfigurationsregel
/etc/udev/rules.d/99-virtualgl-dri.ruleshatte mir die Berechtigungen für/dev/dri/renderD128dergestalt verbogen, dass Vulkan nicht richtig funktionierte. -
Working on an Iced renderer for my Vulkan layer "MarpII".
So far, I got the quad renderer working (including rounded corners). Batches of quads are also cached, so re-rendering the same layout doesn't cost that much.
-
Working on an Iced renderer for my Vulkan layer "MarpII".
So far, I got the quad renderer working (including rounded corners). Batches of quads are also cached, so re-rendering the same layout doesn't cost that much.
-
Working on an Iced renderer for my Vulkan layer "MarpII".
So far, I got the quad renderer working (including rounded corners). Batches of quads are also cached, so re-rendering the same layout doesn't cost that much.
-
Working on an Iced renderer for my Vulkan layer "MarpII".
So far, I got the quad renderer working (including rounded corners). Batches of quads are also cached, so re-rendering the same layout doesn't cost that much.
-
Working on an Iced renderer for my Vulkan layer "MarpII".
So far, I got the quad renderer working (including rounded corners). Batches of quads are also cached, so re-rendering the same layout doesn't cost that much.
-
📬 Vita3K kann jetzt 57% aller PS Vita Games abspielen
#Gaming #RetroComputing #PlaystationVita #Vita3K #VulkanAPI https://sc.tarnkappe.info/35a5e1 -
Ok, OK, this was more than just some days. But better late than never I guess.
This setup belongs to @0cc4m. He is actively involved in the development of the #opensource #vulkanapi - @vulkan . And with this funny combination of graphic cards he implements and tests it for different card manufacturers.
-
📬 fpPS4: PS4-Emulator spielt jetzt mehr als 90 Spiele ab
#Gaming #Softwareentwicklung #AVX2 #boostyto #DualShockTouchpad #Emulator #fpPS4 #ps4 #Red_prig #VulkanAPI https://tarnkappe.info/artikel/gaming/fpps4-ps4-emulator-spielt-jetzt-mehr-als-90-spiele-ab-282565.html -
📬 fpPS4: PS4-Emulator spielt jetzt mehr als 90 Spiele ab
#Gaming #Softwareentwicklung #AVX2 #boostyto #DualShockTouchpad #Emulator #fpPS4 #ps4 #Red_prig #VulkanAPI https://tarnkappe.info/artikel/gaming/fpps4-ps4-emulator-spielt-jetzt-mehr-als-90-spiele-ab-282565.html -
📬 fpPS4: PS4-Emulator spielt jetzt mehr als 90 Spiele ab
#Gaming #Softwareentwicklung #AVX2 #boostyto #DualShockTouchpad #Emulator #fpPS4 #ps4 #Red_prig #VulkanAPI https://tarnkappe.info/artikel/gaming/fpps4-ps4-emulator-spielt-jetzt-mehr-als-90-spiele-ab-282565.html -
📬 fpPS4: PS4-Emulator spielt jetzt mehr als 90 Spiele ab
#Gaming #Softwareentwicklung #AVX2 #boostyto #DualShockTouchpad #Emulator #fpPS4 #ps4 #Red_prig #VulkanAPI https://tarnkappe.info/artikel/gaming/fpps4-ps4-emulator-spielt-jetzt-mehr-als-90-spiele-ab-282565.html -
📬 fpPS4: PS4-Emulator spielt jetzt mehr als 90 Spiele ab
#Gaming #Softwareentwicklung #AVX2 #boostyto #DualShockTouchpad #Emulator #fpPS4 #ps4 #Red_prig #VulkanAPI https://tarnkappe.info/artikel/gaming/fpps4-ps4-emulator-spielt-jetzt-mehr-als-90-spiele-ab-282565.html -
The difference between this`VkImageCreateInfo imageInfo{};`
and this
`VkImageCreateInfo imageInfo;` can make you loose some time 😢
beginner mistake there I know #VulkanAPI
Could abnormal flag values or other uninitialized values could be detected in Validation layers @vulkan ? -
Some emissive goodness to brighthen your day :^)
#PBR #GraphicsProgramming #VulkanAPI -
Finally supporting gltf metallic roughness textures ! Really happy of the result. The shadowed parts are sooo fucking dark tho, I need global illumination now
#PBR #GraphicsProgramming #VulkanAPI -
Still ramping on real-time rendering on #VulkanAPI ! I added shadow mapping with PCF filtering to my toy renderer. Next features, cascaded shadow maps and normal mapping !
-
Accelerated motion processing comes to Vulkan with the NVIDIA Optical Flow SDK.
-
This new mesh shading sample demonstrates how to create the basic mesh shading with a single triangle in a mesh shader.
https://github.com/KhronosGroup/Vulkan-Samples/tree/main/samples/extensions/mesh_shading
#API #VulkanAPI #meshshading #programming -
This new mesh shading sample demonstrates how to create the basic mesh shading with a single triangle in a mesh shader.
https://github.com/KhronosGroup/Vulkan-Samples/tree/main/samples/extensions/mesh_shading
#API #VulkanAPI #meshshading #programming -
This new mesh shading sample demonstrates how to create the basic mesh shading with a single triangle in a mesh shader.
https://github.com/KhronosGroup/Vulkan-Samples/tree/main/samples/extensions/mesh_shading
#API #VulkanAPI #meshshading #programming -
This new mesh shading sample demonstrates how to create the basic mesh shading with a single triangle in a mesh shader.
https://github.com/KhronosGroup/Vulkan-Samples/tree/main/samples/extensions/mesh_shading
#API #VulkanAPI #meshshading #programming -
Vulkan is a cross-platform industry standard enabling developers to target a wide range of devices with the same graphics API. Vulkan is product put out by @thekhronosgroup a non-profit, member-driven consortium that provides a safe place for the creation of interoperability standards that enable developers to harness the full power of 3D graphics, virtual and augmented reality, parallel computing, machine learning, and vision processing.
-
📬 fpPS4: PS4-Emulator kann erstmals 3D-Titel ausführen
#Gaming #DinoDini039;sKickOffRevival #fpPS4 #Playstation4 #PS4Emulator #PS4Spiele #sonicmania #VulkanAPI https://tarnkappe.info/artikel/gaming/fpps4-ps4-emulator-kann-erstmals-3d-titel-ausfuehren-260288.html -
Destination #Linux EP110 - Matrix Revolutions https://destinationlinux.org/episode-110/
on DL EP110, #Ubuntu, #kalilinux, #RiotChat, #matrixdotorg, #digiKamSN, #VulkanAPI. #Google on adblocking. #AMD hire more devs, #nvidia GTX1660 Ti and more!