October3d55/M/PICOXRPlugin/Source/PICOXRHMD/Private/PXR_HMDPrivateRHI.h

28 lines
1.1 KiB
C
Raw Normal View History

2025-07-29 14:53:32 +08:00
// Copyright PICO Technology Co., Ltd. All rights reserved.
// This plugin incorporates portions of the Unreal® Engine. Unreal® is a trademark or registered trademark of Epic Games, Inc. in the United States of America and elsewhere.
// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#if PICO_HMD_SUPPORTED_PLATFORMS
//-------------------------------------------------------------------------------------------------
// OpenGL
//-------------------------------------------------------------------------------------------------
#if PICO_HMD_SUPPORTED_PLATFORMS_OPENGL
#endif // PICO_HMD_SUPPORTED_PLATFORMS_OPENGL
//-------------------------------------------------------------------------------------------------
// Vulkan
//-------------------------------------------------------------------------------------------------
#if PICO_HMD_SUPPORTED_PLATFORMS_VULKAN
#include "VulkanRHIPrivate.h"
#include "VulkanResources.h"
#include "VulkanPendingState.h"
#include "VulkanContext.h"
#endif // PICO_HMD_SUPPORTED_PLATFORMS_VULKAN
#endif // PICO_HMD_SUPPORTED_PLATFORMS