Add OpenGLSampler

This commit is contained in:
2026-03-16 18:52:00 +08:00
parent aee4ae88db
commit 3cd47ea4c8
3 changed files with 132 additions and 0 deletions

View File

@@ -135,6 +135,7 @@ add_library(XCEngine STATIC
include/XCEngine/RHI/OpenGL/OpenGLCommandList.h
include/XCEngine/RHI/OpenGL/OpenGLSwapChain.h
include/XCEngine/RHI/OpenGL/OpenGLFence.h
include/XCEngine/RHI/OpenGL/OpenGLSampler.h
src/RHI/OpenGL/OpenGLDevice.cpp
src/RHI/OpenGL/OpenGLShader.cpp
src/RHI/OpenGL/OpenGLBuffer.cpp
@@ -144,6 +145,7 @@ add_library(XCEngine STATIC
src/RHI/OpenGL/OpenGLCommandList.cpp
src/RHI/OpenGL/OpenGLSwapChain.cpp
src/RHI/OpenGL/OpenGLFence.cpp
src/RHI/OpenGL/OpenGLSampler.cpp
)
target_include_directories(XCEngine PUBLIC