Add OpenGLFence

This commit is contained in:
2026-03-16 18:48:12 +08:00
parent 377f43260b
commit aee4ae88db
3 changed files with 75 additions and 0 deletions

View File

@@ -134,6 +134,7 @@ add_library(XCEngine STATIC
include/XCEngine/RHI/OpenGL/OpenGLPipelineState.h
include/XCEngine/RHI/OpenGL/OpenGLCommandList.h
include/XCEngine/RHI/OpenGL/OpenGLSwapChain.h
include/XCEngine/RHI/OpenGL/OpenGLFence.h
src/RHI/OpenGL/OpenGLDevice.cpp
src/RHI/OpenGL/OpenGLShader.cpp
src/RHI/OpenGL/OpenGLBuffer.cpp
@@ -142,6 +143,7 @@ add_library(XCEngine STATIC
src/RHI/OpenGL/OpenGLPipelineState.cpp
src/RHI/OpenGL/OpenGLCommandList.cpp
src/RHI/OpenGL/OpenGLSwapChain.cpp
src/RHI/OpenGL/OpenGLFence.cpp
)
target_include_directories(XCEngine PUBLIC