Advertisement

Latest HLSL Activity

How to sample a R8_UINT texture in hlsl?

pixelhistory said:
@Juliean thank you Juliean, using Load resolved this problem!

Glad to hear. I think I also noticed why it wasn't working: If you want to Sample a UINT-texture, you need to declare it as UNORM, not UINT, like DXGI_FORMAT_R8G8B8A8_UNORM. This will not change the internal format - you…

1,932 views
Advertisement
PointLight troubles in directx11

I solved the problem, my normals was incorrect

970 views

Hi guys,

I've been sort of debugging this code for about two weeks at this point and I cannot for the life of me figure out what's wrong with it. This is my first ever shader and besides the fact that if statements DO not work and there aren't any warnings about it I think I wasted a total of 40 hou…

2,660 views
Need help with HLSL (ps_3_0) d3d9 bug (discard vs return)

@Corris Thanks for the insight. I was gonna hint at some form of compiler bug..

4,972 views
hanna8
February 12, 2024 10:45 AM
Room 8 Group’s R&D Unit Unveils REI, an Open Source Tool Enhancing Game Porting and Development

Room 8 Group’s Game Development team for PC & Console (Dragons Lake), has made its innovative Render Engine Infrastructure (REI) tool available as an open-source solution. Initially developed to transform game porting, development, and preservation, REI is the result of tireless work carried ou…

9,938 views

I have a small issue with my shaders. Sorry if it is not the right place for this question. In general, the essence is that for my application on dx12, I have shaders in glsl (I'm too lazy to rewrite them because there are many, and they are not only for dx12), and I compile them into hlsl using sp…

4,621 views
Making 2.5D Game in Unity – Part 2

In this part of the 2.5D Game in Unity series, we will write a shader to resolve the depth issues that appeared in the scene we created.

As we observed in the previous part of the tutorial, moving the camera results in rendering order glitches.
This issue originates from the way Unity renders sprites…

9,030 views
Advertisement
Advertisement
Advertisement