UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MetalRHIVisionOSBridge.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
HAL/Platform.h
"
6
7
#if PLATFORM_VISIONOS
8
#include "
RHIFwd.h
"
9
#import <CompositorServices/CompositorServices.h>
10
11
DECLARE_LOG_CATEGORY_EXTERN
(
LogMetalVisionOS
,
Warning
,
All
);
12
13
namespace
MetalRHIVisionOS
14
{
15
METALRHI_API
struct
PresentImmersiveParams
16
{
17
const
FTextureRHIRef
&
Texture
;
18
const
FTextureRHIRef
&
Depth
;
19
cp_frame_t
&
SwiftFrame
;
20
cp_drawable_t
&
SwiftDrawable
;
21
int
FrameCounter;
22
class
IRHICommandContext
*
RHICommandContext
;
23
};
24
METALRHI_API
void
PresentImmersive
(
const
PresentImmersiveParams
* Params);
25
}
26
#endif
// PLATFORM_VISIONOS
EBTBranchAction::All
@ All
Platform.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
EDatasmithElementType::Texture
@ Texture
EAppMsgCategory::Warning
@ Warning
DECLARE_LOG_CATEGORY_EXTERN
#define DECLARE_LOG_CATEGORY_EXTERN(CategoryName, DefaultVerbosity, CompileTimeVerbosity)
Definition
LogMacros.h:361
RHIFwd.h
ESceneTextureExtracts::Depth
@ Depth
IRHICommandContext
Definition
RHIContext.h:693
TRefCountPtr< FRHITexture >
Engine
Source
Runtime
Apple
MetalRHI
Public
MetalRHIVisionOSBridge.h
Generated by
1.9.8