Shader Model 6.6, Dynamic Resources #106
|
I was wondering if its possible to use the new dynamic resources feature of shader model 6.6 with Diligent, or if that is in the works? I currently know very little about the technical details, but it sounds like a great way to manage resources. I would prefer to start off using this technique, if possible. I couldn't find any of the keywords in the samples or tutorials, so looks like I will be treading off on my own with this. Here is a link to the details: Dynamic Resources |
Answered by
TheMostDiligent
Sep 19, 2022
Replies: 1 comment
|
No, this is not supported. You can use bindless resources though, which are in fact very close to that. |
0 replies
Answer selected by
RobertMtx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, this is not supported. You can use bindless resources though, which are in fact very close to that.
Take a look at Tutorial 16.