Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HansKristian-Work/vkd3d-proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libs/vkd3d/debug_ring.c')
-rw-r--r--libs/vkd3d/debug_ring.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/vkd3d/debug_ring.c b/libs/vkd3d/debug_ring.c
index 2d67ee88..26d8db25 100644
--- a/libs/vkd3d/debug_ring.c
+++ b/libs/vkd3d/debug_ring.c
@@ -373,12 +373,6 @@ HRESULT vkd3d_shader_debug_ring_init(struct vkd3d_shader_debug_ring *ring,
INFO("Enabling shader debug ring of size: %zu.\n", ring->ring_size);
- if (!device->device_info.buffer_device_address_features.bufferDeviceAddress)
- {
- ERR("Buffer device address must be supported to use VKD3D_SHADER_DEBUG_RING feature.\n");
- return E_INVALIDARG;
- }
-
memset(&heap_properties, 0, sizeof(heap_properties));
heap_properties.CPUPageProperty = D3D12_CPU_PAGE_PROPERTY_WRITE_BACK;
heap_properties.Type = D3D12_HEAP_TYPE_CUSTOM;