#renderdoc search results
#RenderDoc でKingdom Come : Deliveranceをキャプチャ、というか実行しようとすると DXGI_ERROR_DRIVER_INTERNAL_ERROR で落ちてしまうのだが、どうにかキャプチャできないだろうか。
the magic wand is a handy #renderdoc feature. when visualizing textures, it automatically rescales the color range, so that minimum is mapped to color intensity 0, and maximum to 1. useful for quickly visualizing the z-buffer, or textures with negative values(i.e. normals)
This is the most awesome button in Unity by a fair margin #renderdoc docs.unity3d.com/Manual/RenderD… cc @baldurk
Use #renderdoc for more GPU frame info in #unity3d. docs.unity3d.com/Manual/RenderD… renderdoc.org/builds #unitytips
"Soccer on Your Tabletop" grail.cs.washington.edu/projects/socce… really fun usage of #renderdoc. They train a CNN that estimates depth data from images of soccer players. they get training data by taking many renderdoc captures of a FIFA game. :O
We just updated the #csharp binding for #RenderDoc to v1.23 and 1.6.0 API. New Nuget at: nuget.org/packages/Everg… Github project at: github.com/EvergineTeam/R…
Here is Sydney, Australia pulled into blender after using RenderDoc to grab the 3D map. #3dmodeling #maps #renderdoc #gamedev #godotengine #blender
Vulkan compute shader copy from image2D result to sampler2D for next frame stackoverflow.com/questions/6826… #vulkan #renderdoc #rendertotexture #synchronization #computeshader
🔥🖥️ Struggling with GPU debugging? RenderDoc and Nsight showing a mess of API calls? Add some object names and debug scopes to colorize and group those commands like a boss! #GPUDebugging #RenderDoc #Nsight-Graphics #TechTips 🚀 wunkolo.github.io/post/2024/09/g…
wunkolo.github.io
GPU Debug Scopes
Using RAII to attach diagnostic information to your command buffers
Time to make my renderer draw to an intermediate backbuffer texture and not straight to the swapchain. This renderer is almost becoming sensible... Histogram clipping in renderdoc is awesome for debugging ranges in an image, for instance HDR values! #renderdoc #vulkan #gamedev
Renderdoc's shader editor is such a great tool! ✨ Here I'm iterating on SDF color blending methods (+fract for debug visualization)! Maybe I should add shader hot reload soon...🤔 #screenshotsaturday #renderdoc #vulkan
The new vsg::GpuAnnotation instrumentation class records labels with colours into the Vulkan/vsg::CommandBuffer using the VK_EXT_debug_utils extension, which #RenderDoc can use to annotate all the commands enabling users to see how scene graph nodes map directly to GPU.
In December my main focus was on adding an extensible instrumentation support into the #VulkanSceneGraph with support for #RenderDoc and #TracyProfiler. The changes are now merged with VSG master: github.com/vsg-dev/Vulkan… And written up the work on forum: github.com/vsg-dev/Vulkan…
edw.is/renderdoc-webg… How to capture WebGL with RenderDoc. As promised. Works on Windows with Chrome only. If you manage to get it working with Firefox somehow, please let me know. :) #webgl #renderdoc #opengl
Vigilance.fr #Vulnerability of #RenderDoc: three vulnerabilities. #security vigilance.fr/vulnerability/…
vigilance.fr
Vulnerability about RenderDoc: three vulnerabilities | Vigilance.fr
An attacker can use several vulnerabilities of RenderDoc, identified by CVE-2023-33863, CVE-2023-33864, CVE-2023-33865.
Vigilance.fr #Vulnérabilité de #RenderDoc : trois vulnérabilités. #sécurité vigilance.fr/vulnerabilite/…
Three vulnerabilities discovered by @Qualys, including privilege escalation, could compromise your system. Act now and update to version 1.27 for protection. Details here: 👉 wizcase.com/news/three-vul… #Cybersecurity #RenderDoc #Vulnerabilities #StaySecure
Got it working with UE5 on the weekend, so I can import a Renderdoc capture, extract the dispatches and debug it. Still pretty rough, but stepping through the UE5 Hi-Z build shader is awesome. Oh and the D3D12 capture is running in my Vulkan renderer! #UE5 #renderdoc
#0day #RenderDoc 1.26 Local Privilege Escalation / Remote Code Execution #Vulnerabilities #RCE #LPE #Exploit 0day.today/exploit/descri…
A new @qualys #security #advisory is out! LPE and RCE in #Renderdoc CVE-2023-33865, CVE-2023-33864, CVE-2023-33863 qualys.com/2023/06/06/ren…
Screen-space ambient occlusion from scratch: and there comes that moment when #Vulkan finally shows you first visual feedback of the ssao factor come alive in an attachment, and it's both beautiful and ugly. Thank you, #renderdoc. Onto adding blur. #gamedev
I have tagged the VulkanSceneGraph-1.0.4 stable release: github.com/vsg-dev/Vulkan… Most notable changes are support for Khronos #MeshShaders and generation of shader debug info when compiling SPIR-V shaders - that makes use of #RenderDoc even more compelling.
github.com
VulkanSceneGraph-1.0.4 · vsg-dev VulkanSceneGraph · Discussion #757
What's Changed Creation of dedicated VulkanSceneGraph website which provides a new home for documentation previously held within the VulkanSceneGraph repository, and adds online reference docs ...
#RenderDoc でKingdom Come : Deliveranceをキャプチャ、というか実行しようとすると DXGI_ERROR_DRIVER_INTERNAL_ERROR で落ちてしまうのだが、どうにかキャプチャできないだろうか。
Got it working with UE5 on the weekend, so I can import a Renderdoc capture, extract the dispatches and debug it. Still pretty rough, but stepping through the UE5 Hi-Z build shader is awesome. Oh and the D3D12 capture is running in my Vulkan renderer! #UE5 #renderdoc
the magic wand is a handy #renderdoc feature. when visualizing textures, it automatically rescales the color range, so that minimum is mapped to color intensity 0, and maximum to 1. useful for quickly visualizing the z-buffer, or textures with negative values(i.e. normals)
This is the most awesome button in Unity by a fair margin #renderdoc docs.unity3d.com/Manual/RenderD… cc @baldurk
Use #renderdoc for more GPU frame info in #unity3d. docs.unity3d.com/Manual/RenderD… renderdoc.org/builds #unitytips
Vulkan compute shader copy from image2D result to sampler2D for next frame stackoverflow.com/questions/6826… #vulkan #renderdoc #rendertotexture #synchronization #computeshader
"Soccer on Your Tabletop" grail.cs.washington.edu/projects/socce… really fun usage of #renderdoc. They train a CNN that estimates depth data from images of soccer players. they get training data by taking many renderdoc captures of a FIFA game. :O
Yup, Nanite/ExportGbuffer.usf FullScreenVS This is quite common in screen space based rendering (for instance separate light pass to just shade tiles containing subsurface materials) I spent way too much time trying to find this in PIX, #Renderdoc is still the best!
The new vsg::GpuAnnotation instrumentation class records labels with colours into the Vulkan/vsg::CommandBuffer using the VK_EXT_debug_utils extension, which #RenderDoc can use to annotate all the commands enabling users to see how scene graph nodes map directly to GPU.
Something went wrong.
Something went wrong.
United States Trends
- 1. Colts 18K posts
- 2. Caleb Williams 3,443 posts
- 3. Drake Maye 6,015 posts
- 4. Flacco 3,229 posts
- 5. Jameis 7,283 posts
- 6. Marcus Jones 1,437 posts
- 7. #HereWeGo 3,567 posts
- 8. #ChiefsKingdom 2,924 posts
- 9. TJ Watt 2,974 posts
- 10. Arsenal 384K posts
- 11. #OnePride 1,760 posts
- 12. #Bears 4,598 posts
- 13. #Steelers 4,971 posts
- 14. Mason Rudolph 3,958 posts
- 15. Daniel Jones 1,398 posts
- 16. Tottenham 117K posts
- 17. John Metchie N/A
- 18. Thomas Frank 14.3K posts
- 19. Geno Stone 1,029 posts
- 20. Colston Loveland N/A