UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MetalCommandEncoder.h File Reference
#include "MetalRHIPrivate.h"
#include "MetalBuffer.h"
#include "MetalFence.h"
#include "MetalPipeline.h"
#include "MetalProfiler.h"
#include "MetalCounterSampler.h"

Go to the source code of this file.

Classes

struct  FMetalCommandData
 
struct  FMetalCommandData::DispatchIndirectArgs
 
struct  FMetalCommandDebug
 
struct  FMetalBarrierScope
 
struct  FMetalCommandEncoderFence
 
class  FMetalCommandEncoder
 
struct  FMetalCommandEncoder::FMetalBufferBindings::FSizeConstants
 

Namespaces

namespace  EMetalFenceWaitStage
 

Typedefs

typedef TSharedPtr< FMetalShaderPipeline, ESPMode::ThreadSafeFMetalShaderPipelinePtr
 

Enumerations

enum  EMetalFenceWaitStage::Type { EMetalFenceWaitStage::None = 0 , EMetalFenceWaitStage::BeforeVertex = 1 << 0 , EMetalFenceWaitStage::BeforeFragment = 1 << 1 }
 

Typedef Documentation

◆ FMetalShaderPipelinePtr