Add OpenGLFence
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user