10 years, 7 months ago
Highlights
Community contributions featuredTo explain a bit more in-depth... AMD GCN hardware only allows you to pass 16 DWORD values (64 bytes) as the arguments to a shader. The root signature describes a structure that…
10 years, 7 months ago
10 years, 7 months ago
Hi, currently I'm rethinking the way I handle shader constants in our engine. What I currently do is holding a local backing store for each constant buffer which gets fil…
13 years, 2 months ago
Hi, I'm currently working on a DirectX11 port of a old DX9 renderer and facing the problem that DX11 seems really slow in comparison to the old stuff. I've already checke…
13 years, 2 months ago
Hi, In general there is no state inheritance between two different direct command lists. It is expected that the full set of states (PSO and non-PSO states) is recorded w…
10 years, 7 months ago
Latest Activity
See all in DiscussionsTo explain a bit more in-depth... AMD GCN hardware only allows you to pass 16 DWORD values (64 bytes) as …
10 years, 7 months ago
Hi, In general there is no state inheritance between two different direct command lists. It is expected that the …
10 years, 7 months ago
But if for some odd reason you're batch limited even in D3D11/12, the general thinking from the batch, batch, batch presentation …
10 years, 8 months ago