FreshRSS

Normální zobrazení

Jsou dostupné nové články, klikněte pro obnovení stránky.
PředevčíremHlavní kanál
  • ✇AMD GPUOpen
  • Introducing AMD FidelityFX™ BrixelizerGPUOpen
    AMD GPUOpen - Graphics and game developer resources As of FidelityFX SDK version 1.1, Brixelizer and Brixelizer GI are now unleashed to world so in this article we aim to discuss a few practical use cases and provide you with some tips you can apply for getting the most performance out of Brixelizer in your application. The post Introducing AMD FidelityFX™ Brixelizer appeared first on AMD GPUOpen.
     

Introducing AMD FidelityFX™ Brixelizer

Od: GPUOpen
9. Červenec 2024 v 14:45

AMD GPUOpen - Graphics and game developer resources

As of FidelityFX SDK version 1.1, Brixelizer and Brixelizer GI are now unleashed to world so in this article we aim to discuss a few practical use cases and provide you with some tips you can apply for getting the most performance out of Brixelizer in your application.

The post Introducing AMD FidelityFX™ Brixelizer appeared first on AMD GPUOpen.

  • ✇Recent Questions - Game Development Stack Exchange
  • Implicitly ray traced cone texture mapping -- Trying to avoid atanSteven Lu
    I am kinda looking for some ways out of this little rabbit hole. I wanted to experiment with high fidelity per pixel cone drawing and shading. I have an application (radar) that really only needs cone 3D geometry and I figured it would be cool if I could render them implicitly and get sharp pixel perfect geometry by deriving the geometry in addition to the shading within the fragment shader. This all works and I got quite far embedding the z-picking and occlusion logic such that now I finally am
     

Implicitly ray traced cone texture mapping -- Trying to avoid atan

I am kinda looking for some ways out of this little rabbit hole.

I wanted to experiment with high fidelity per pixel cone drawing and shading. I have an application (radar) that really only needs cone 3D geometry and I figured it would be cool if I could render them implicitly and get sharp pixel perfect geometry by deriving the geometry in addition to the shading within the fragment shader.

This all works and I got quite far embedding the z-picking and occlusion logic such that now I finally am able to ignore parts of the cone that intersect my pixel rays behind the camera and to always show the nearest intersection in front of the camera (easier said than done!). Even computing the normal direction was a piece of cake and the lighting looks great.

Now I grapple with computing the texture coordinates, and I'm realizing I might be a bit screwed and forced to use atan2 for the radial angle coordinate on the cone.

Typically whenever we want to reach for atan2 in hot code or shader code, we're trying to do something further with the angle derived and can eliminate it by being clever with various vectors available to us from which various trig values can be derived efficiently. But here I need to directly use an angle for a texture lookup and it seems like I'm SOL and really actually need to use an atan function now in the shader due to the approach I took with this. So far this seems like a dealbreaker and I may actually need to go back to using a traditional cone made out of vertices and interpolated uv coordinates.

For background info, the way the shader is constructed is by substituting the implicit ray equation into an implicit cone equation; as this yields a quadratic equation in the ray's parameter variable, the coefficients of the quadratic equation are computed and substituted in and zero, one or two t-values (distance along ray) pop out.

  • ✇AMD GPUOpen
  • HIP Ray Tracing (HIP RT) core is now open source!GPUOpen
    AMD GPUOpen - Graphics and game developer resources The source code for the core of our easy-to-integrate ray tracing library for HIP is now available on GitHub. The post HIP Ray Tracing (HIP RT) core is now open source! appeared first on AMD GPUOpen.
     

HIP Ray Tracing (HIP RT) core is now open source!

Od: GPUOpen
14. Březen 2024 v 18:28

AMD GPUOpen - Graphics and game developer resources

The source code for the core of our easy-to-integrate ray tracing library for HIP is now available on GitHub.

The post HIP Ray Tracing (HIP RT) core is now open source! appeared first on AMD GPUOpen.

  • ✇AMD GPUOpen
  • Introducing Radeon™ GPU Profiler 2.0!GPUOpen
    AMD GPUOpen - Graphics and game developer resources Radeon™ GPU Profiler 2.0 is packed with brand-new features and updates. This release includes a new customizable layout to the Wavefront Occupancy View, support for dark mode in UI, thread divergence monitoring in raytracing pipelines, and much more. The post Introducing Radeon™ GPU Profiler 2.0! appeared first on AMD GPUOpen.
     

Introducing Radeon™ GPU Profiler 2.0!

Od: GPUOpen
7. Prosinec 2023 v 18:29

AMD GPUOpen - Graphics and game developer resources

Radeon™ GPU Profiler 2.0 is packed with brand-new features and updates. This release includes a new customizable layout to the Wavefront Occupancy View, support for dark mode in UI, thread divergence monitoring in raytracing pipelines, and much more.

The post Introducing Radeon™ GPU Profiler 2.0! appeared first on AMD GPUOpen.

❌
❌