Cleanup: Ensure correct order of headers in Metal kernel
Explicitly splint into groups of headers, so that clang-format does not ruin the required order of headers.
This commit is contained in:
committed by
Sergey Sharybin
parent
20b3e62e93
commit
c59c97c947
@@ -4,9 +4,13 @@
|
||||
|
||||
/* Metal kernel entry points. */
|
||||
|
||||
/* NOTE: Must come prior to other includes. */
|
||||
#include "kernel/device/metal/compat.h"
|
||||
#include "kernel/device/metal/globals.h"
|
||||
|
||||
/* NOTE: Must come prior to the kernel.h. */
|
||||
#include "kernel/device/metal/function_constants.h"
|
||||
|
||||
#include "kernel/device/gpu/kernel.h"
|
||||
|
||||
/* MetalRT intersection handlers. */
|
||||
|
||||
Reference in New Issue
Block a user