Skip to content

Commit f84fa87

Browse files
committed
scraper/enums: Add preliminary DXC_CP to IDxcUtils
In future DXC headers a new `IDxcUtils` (taking the place of `IDxcLibrary`) class is introduced which also takes `DXC_CP_` enum values in its `codePage` parameters [1]. [1]: https://github.com/microsoft/DirectXShaderCompiler/blob/aa4f5176ebba010a860a214d73f33bdc5b5042ce/include/dxc/dxcapi.h#L356-L390
1 parent 1fd89ba commit f84fa87

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

generation/scraper/enums.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28310,6 +28310,26 @@
2831028310
"interface": "IDxcLibrary",
2831128311
"method": "CreateBlobWithEncodingOnMalloc",
2831228312
"parameter": "codePage"
28313+
},
28314+
{
28315+
"interface": "IDxcUtils",
28316+
"method": "CreateBlobFromPinned",
28317+
"parameter": "codePage"
28318+
},
28319+
{
28320+
"interface": "IDxcUtils",
28321+
"method": "MoveToBlob",
28322+
"parameter": "codePage"
28323+
},
28324+
{
28325+
"interface": "IDxcUtils",
28326+
"method": "CreateBlob",
28327+
"parameter": "codePage"
28328+
},
28329+
{
28330+
"interface": "IDxcUtils",
28331+
"method": "LoadFile",
28332+
"parameter": "pCodePage"
2831328333
}
2831428334
]
2831528335
}

0 commit comments

Comments
 (0)