mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
Report UAVBindSlot feature as supported in AGS. Refs #2700
This commit is contained in:
@@ -82,6 +82,9 @@ void FilterDX12(AGSDX12ReturnedParams::ExtensionsSupported &extensionsSupported)
|
||||
ret.intrinsics17 = extensionsSupported.intrinsics17;
|
||||
ret.intrinsics19 = extensionsSupported.intrinsics19;
|
||||
|
||||
// allow custom UAV slots
|
||||
ret.UAVBindSlot = extensionsSupported.UAVBindSlot;
|
||||
|
||||
// allow trivial things
|
||||
ret.userMarkers = extensionsSupported.userMarkers;
|
||||
ret.appRegistration = extensionsSupported.appRegistration;
|
||||
|
||||
Reference in New Issue
Block a user