GPUOpen-LibrariesAndSDKs / FidelityFX-SDK

The main repository for the FidelityFX SDK.
Other
835 stars 80 forks source link

Cauldron restricts Buffer Size to 4 GB #88

Open jwrobbins opened 3 weeks ago

jwrobbins commented 3 weeks ago

Cauldron's Buffer class limits the maximum data buffer size to 4 GB.

E.g. https://github.com/GPUOpen-LibrariesAndSDKs/FidelityFX-SDK/blob/55ff22bb6981a9b9c087b9465101769fc0acd447/framework/cauldron/framework/inc/render/buffer.h#L84

https://github.com/GPUOpen-LibrariesAndSDKs/FidelityFX-SDK/blob/55ff22bb6981a9b9c087b9465101769fc0acd447/framework/cauldron/framework/src/render/dx12/buffer_dx12.h#L34