mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-15 00:26:03 +08:00
Update metadata to 39.0.18-preview
Generator: Add initial Interface generation.
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Win32.Graphics.Direct3D.Dxc;
|
||||
[Guid("8ba5fb08-5195-40e2-ac58-0d989c3a0102")]
|
||||
[NativeTypeName("struct IDxcBlob : IUnknown")]
|
||||
[NativeInheritance("IUnknown")]
|
||||
public unsafe partial struct IDxcBlob : INativeGuid
|
||||
public unsafe partial struct IDxcBlob : IDxcBlob.Interface, INativeGuid
|
||||
{
|
||||
public static ref readonly Guid IID_IDxcBlob
|
||||
{
|
||||
@@ -86,5 +86,13 @@ public unsafe partial struct IDxcBlob : INativeGuid
|
||||
{
|
||||
return ((delegate* unmanaged[Stdcall]<IDxcBlob*, nuint>)(lpVtbl[4]))((IDxcBlob*)Unsafe.AsPointer(ref this));
|
||||
}
|
||||
public interface Interface : IUnknown.Interface
|
||||
{
|
||||
[VtblIndex(3)]
|
||||
void* GetBufferPointer();
|
||||
|
||||
[VtblIndex(4)]
|
||||
nuint GetBufferSize();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user