Files
intel-graphics-compiler/IGC/Compiler/CISACodeGen/RayTracingShaderLowering.hpp
Paige, Alexander 420b632df9 Update IGC code format
Update IGC code format
2025-07-20 06:20:11 +02:00

19 lines
506 B
C++

/*========================== begin_copyright_notice ============================
Copyright (C) 2017-2021 Intel Corporation
SPDX-License-Identifier: MIT
============================= end_copyright_notice ===========================*/
#pragma once
#include "common/LLVMWarningsPush.hpp"
#include <llvm/Pass.h>
#include "common/LLVMWarningsPop.hpp"
namespace IGC {
llvm::ModulePass *CreateRayTracingShaderLowering();
void initializeRayTracingShaderLoweringPass(llvm::PassRegistry &);
} // namespace IGC