mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
feature: is48bResourceNeededForRayTracing specialization for rt encoder
Related-to: NEO-10074 Signed-off-by: Damian Tomczak <damian.tomczak@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a6ad9caf6c
commit
98331e7d63
@@ -628,6 +628,7 @@ template <typename GfxFamily>
|
||||
struct EncodeEnableRayTracing {
|
||||
static void programEnableRayTracing(LinearStream &commandStream, uint64_t backBuffer);
|
||||
static void append3dStateBtd(void *ptr3dStateBtd);
|
||||
static bool is48bResourceNeededForRayTracing();
|
||||
};
|
||||
|
||||
template <typename GfxFamily>
|
||||
|
||||
Reference in New Issue
Block a user