We often use GL_EXT_buffer_reference and place the buffer device address into Push Constants, which works well. However, when attempting to debug using Nsight, I cannot view the address, so that I can find the buffer in device memory and inspect it; the Push Constant view simply shows me the first element at the address, as if it were an array. Is there a way I’m missing to be able to get the address?
Thanks,
Brian