@@ -2423,7 +2423,7 @@ IFence1 :: struct #raw_union {
2423
2423
using id3d12fence1_vtable: ^IFence1_VTable,
2424
2424
}
2425
2425
IFence1_VTable :: struct {
2426
- #subtype id3d12fence_vtable: IFence_VTable,
2426
+ using id3d12fence_vtable: IFence_VTable,
2427
2427
GetCreationFlags: proc " system" (this: ^IFence1) -> FENCE_FLAGS,
2428
2428
}
2429
2429
@@ -2456,14 +2456,14 @@ IDescriptorHeap_VTable :: struct {
2456
2456
IQueryHeap_UUID_STRING :: " 0d9658ae-ed45-469e-a61d-970ec583cab4"
2457
2457
IQueryHeap_UUID := &IID{0x0d9658ae , 0xed45 , 0x469e , {0xa6 , 0x1d , 0x97 , 0x0e , 0xc5 , 0x83 , 0xca , 0xb4 }}
2458
2458
IQueryHeap :: struct {
2459
- #subtype id3d12pageable: IPageable,
2459
+ using id3d12pageable: IPageable,
2460
2460
}
2461
2461
2462
2462
2463
2463
ICommandSignature_UUID_STRING :: " c36a797c-ec80-4f0a-8985-a7b2475082d1"
2464
2464
ICommandSignature_UUID := &IID{0xc36a797c , 0xec80 , 0x4f0a , {0x89 , 0x85 , 0xa7 , 0xb2 , 0x47 , 0x50 , 0x82 , 0xd1 }}
2465
2465
ICommandSignature :: struct {
2466
- #subtype id3d12pageable: IPageable,
2466
+ using id3d12pageable: IPageable,
2467
2467
}
2468
2468
2469
2469
@@ -2921,7 +2921,7 @@ META_COMMAND_DESC :: struct {
2921
2921
IStateObject_UUID_STRING :: " 47016943-fca8-4594-93ea-af258b55346d"
2922
2922
IStateObject_UUID := &IID{0x47016943 , 0xfca8 , 0x4594 , {0x93 , 0xea , 0xaf , 0x25 , 0x8b , 0x55 , 0x34 , 0x6d }}
2923
2923
IStateObject :: struct #raw_union {
2924
- #subtype id3d12pageable: IPageable,
2924
+ using id3d12pageable: IPageable,
2925
2925
}
2926
2926
2927
2927
0 commit comments