mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-14 16:16:04 +08:00
Update metadata to 39.0.18-preview
Generator: Add initial Interface generation.
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Win32.Graphics.Direct3D11;
|
||||
[Guid("38325b96-effb-4022-ba02-2e795b70275c")]
|
||||
[NativeTypeName("struct ID3D11GeometryShader : ID3D11DeviceChild")]
|
||||
[NativeInheritance("ID3D11DeviceChild")]
|
||||
public unsafe partial struct ID3D11GeometryShader : INativeGuid
|
||||
public unsafe partial struct ID3D11GeometryShader : ID3D11GeometryShader.Interface, INativeGuid
|
||||
{
|
||||
public static ref readonly Guid IID_ID3D11GeometryShader
|
||||
{
|
||||
@@ -105,5 +105,8 @@ public unsafe partial struct ID3D11GeometryShader : INativeGuid
|
||||
{
|
||||
return ((delegate* unmanaged[Stdcall]<ID3D11GeometryShader*, Guid*, IUnknown*, int>)(lpVtbl[6]))((ID3D11GeometryShader*)Unsafe.AsPointer(ref this), guid, pData);
|
||||
}
|
||||
public interface Interface : ID3D11DeviceChild.Interface
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user