What is the class in windows app sdk ?

mc 4,111 Reputation points
2022-10-12T07:51:28.72+00:00

Here is class in UWP Direct3D11Helpers.InitializeComposeTexture

what is it in Windows app sdk?

and SharpDX.Direct3D11.RenderTargetView

Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
752 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jeanine Zhang-MSFT 9,431 Reputation points Microsoft Vendor
    2022-10-12T09:22:08.877+00:00

    @mc

    The Direct3D11Helpers class is a custom class. I suggest you could refer to the Github: https://github.com/MicrosoftDocs/SimpleRecorder/blob/e6ec15684e4c51abca518b4cadd2d89d2b359509/CaptureEncoder/Direct3D11Helpers.cs

    SharpDX is an open-source managed .NET wrapper of the DirectX API. SharpDX stop being maintained in 2019 so it's unclear if it's still safe to be used as a dependency.