I'm trying to spawn particles, but they don't even show up in the graphics debugger more than I can see the draw calls but no pipeline.
When I look at my buffers, in the debugger it seems that there is only an emitter, no flares are being created despite my shader code seemingly being correct.
The code has out commented lines to force the shader to enter the if statements, have you experienced a similar problem? Cus I have been staring at this for hours I can't figure out why it doesn't create any flares.
Type “1”, means a flare.
EDIT: I FOUND THE PROBLEM SO THANK YOU ANYWAYS, I HAD ACCIDENTALLY SWITCHED A BUFFER SO IT WASNT STREAMING OUT TO THE CORRECT ONE.