Skip to content

DirectStorage metadata generator only generate constants and enums #926

Closed Answered by riverar
mlarouche asked this question in Q&A
Discussion options

You must be logged in to vote

@mlarouche I made some minor tweaks to your project to make it standalone, but otherwise it spits out a valid winmd upon inspection. Are there APIs missing? DirectStorage is nano-COM API, so you'll generally be interacting with things like DStorageGetFactory, IDStorageFactory, and IDStorageFile which are all present.

<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.Windows.WinmdGenerator">
  <PropertyGroup>
    <OutputWinmd>bin\Microsoft.Direct3D.DirectStorage.winmd</OutputWinmd>
    <WinmdVersion>1.0.0.0</WinmdVersion>
    <GenerateAssemblyVersionInfo>false</GenerateAssemblyVersionInfo>
    <AdditionalIncludes>DirectStorage\Include\DirectStorage</AdditionalIncludes>
    <Sh…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by riverar
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants