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.DirectComposition;
|
||||
[Guid("6db9f920-0770-4781-b0c6-381912f9d167")]
|
||||
[NativeTypeName("struct IDCompositionHueRotationEffect : IDCompositionFilterEffect")]
|
||||
[NativeInheritance("IDCompositionFilterEffect")]
|
||||
public unsafe partial struct IDCompositionHueRotationEffect : INativeGuid
|
||||
public unsafe partial struct IDCompositionHueRotationEffect : IDCompositionHueRotationEffect.Interface, INativeGuid
|
||||
{
|
||||
public static ref readonly Guid IID_IDCompositionHueRotationEffect
|
||||
{
|
||||
@@ -97,5 +97,13 @@ public unsafe partial struct IDCompositionHueRotationEffect : INativeGuid
|
||||
{
|
||||
return ((delegate* unmanaged[Stdcall]<IDCompositionHueRotationEffect*, float, int>)(lpVtbl[5]))((IDCompositionHueRotationEffect*)Unsafe.AsPointer(ref this), amountDegrees);
|
||||
}
|
||||
public interface Interface : IDCompositionFilterEffect.Interface
|
||||
{
|
||||
[VtblIndex(4)]
|
||||
HResult SetAngle(IDCompositionAnimation* animation);
|
||||
|
||||
[VtblIndex(5)]
|
||||
HResult SetAngle(float amountDegrees);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user