Skip to content

Commit fd14568

Browse files
jdolanCopilot
andcommitted
Add Framebuffer.c to build-xcframework.sh SOURCES
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 8b53f9d commit fd14568

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Frameworks/build-xcframework.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ SOURCES=(
3838
"$GPU_DIR/Sources/ObjectivelyGPU/CommandBuffer.c"
3939
"$GPU_DIR/Sources/ObjectivelyGPU/ComputePass.c"
4040
"$GPU_DIR/Sources/ObjectivelyGPU/CopyPass.c"
41+
"$GPU_DIR/Sources/ObjectivelyGPU/Framebuffer.c"
4142
"$GPU_DIR/Sources/ObjectivelyGPU/RenderDevice.c"
4243
"$GPU_DIR/Sources/ObjectivelyGPU/RenderPass.c"
4344
)

0 commit comments

Comments
 (0)