Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8356859

JavaFX D3D12: Rewrite Descriptor management to create-once-and-copy scheme

XMLWordPrintable

    • generic
    • windows

      Example of needed change is in D3D12NativeTexture.cpp - see WriteSRVToDescriptor and WriteUAVToDescriptor. Instead of creating Views mid-frame from scratch we should create them when initializing these resources and then copy them mid-frame.

      This change will require DescriptorHeap objects (static, not Ring- one) to be able to automatically expand if we run out of space, allocating more Heaps and discarding of old ones.

            lkostyra Lukasz Kostyra
            lkostyra Lukasz Kostyra
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: