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.

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

              Created:
              Updated:
              Resolved: