mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-17 08:34:08 +00:00
Fix brace style and indentation
This commit is contained in:
5
vendor/directx/d3d12/d3d12.odin
vendored
5
vendor/directx/d3d12/d3d12.odin
vendored
@@ -4871,9 +4871,8 @@ IInfoQueue_VTable :: struct {
|
||||
}
|
||||
|
||||
MESSAGE_CALLBACK_FLAGS :: distinct bit_set[MESSAGE_CALLBACK_FLAG; u32]
|
||||
MESSAGE_CALLBACK_FLAG :: enum
|
||||
{
|
||||
IGNORE_FILTERS = 0,
|
||||
MESSAGE_CALLBACK_FLAG :: enum {
|
||||
IGNORE_FILTERS = 0,
|
||||
}
|
||||
|
||||
PFN_MESSAGE_CALLBACK :: #type proc "c" (Category: MESSAGE_CATEGORY, Severity: MESSAGE_SEVERITY, ID: MESSAGE_ID, pDescription: cstring, pContext: rawptr)
|
||||
|
||||
Reference in New Issue
Block a user