From bd96cd0af761994210018ca647eb843dfeb71494 Mon Sep 17 00:00:00 2001 From: mfalk Date: Mon, 4 Dec 2023 05:49:42 +0100 Subject: [PATCH] Fixed indentation and : binding --- vendor/directx/d3d11/d3d11.odin | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vendor/directx/d3d11/d3d11.odin b/vendor/directx/d3d11/d3d11.odin index c6be7bce5..5e52fa4b4 100644 --- a/vendor/directx/d3d11/d3d11.odin +++ b/vendor/directx/d3d11/d3d11.odin @@ -3284,9 +3284,9 @@ IVideoContext_VTable :: struct { IUserDefinedAnnotation_UUID_STRING :: "B2DAAD8B-03D4-4DBF-95EB-32AB4B63D0AB" IUserDefinedAnnotation_UUID := &IID{0xB2DAAD8B, 0x03D4, 0x4DBF, {0x95, 0xEB, 0x32, 0xAB, 0x4B, 0x63, 0xD0, 0xAB}} -IUserDefinedAnnotation :: struct #raw_union{ -#subtype iunknown : IUnknown, -using id3d11userdefinedannotation_vtable : ^IUserDefinedAnnotation_VTable, +IUserDefinedAnnotation :: struct #raw_union { + #subtype iunknown: IUnknown, + using id3d11userdefinedannotation_vtable: ^IUserDefinedAnnotation_VTable, } IUserDefinedAnnotation_VTable :: struct { using iunknown_vtable : IUnknown_VTable,