Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Foucault <foucault.clem@gmail.com>2022-02-09 01:17:31 +0300
committerClément Foucault <foucault.clem@gmail.com>2022-03-18 22:49:41 +0300
commitbacfd55a0e4ca5a59ee46824c500992a3dddc6b6 (patch)
tree1c1a52204dcdf2312f975b0d03cc2b20f8c214ae /source/blender/gpu/CMakeLists.txt
parent4544761a2d5cc5dfc42f5e374a9ec67144d4dd40 (diff)
GPU/GL: Add StorageBuf implementation
Almost 1:1 identical to UniformBuf implementation.
Diffstat (limited to 'source/blender/gpu/CMakeLists.txt')
-rw-r--r--source/blender/gpu/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/gpu/CMakeLists.txt b/source/blender/gpu/CMakeLists.txt
index 3ad43ef05af..ad59da4c072 100644
--- a/source/blender/gpu/CMakeLists.txt
+++ b/source/blender/gpu/CMakeLists.txt
@@ -71,6 +71,7 @@ set(SRC
intern/gpu_shader_interface.cc
intern/gpu_shader_log.cc
intern/gpu_state.cc
+ intern/gpu_storage_buffer.cc
intern/gpu_texture.cc
intern/gpu_uniform_buffer.cc
intern/gpu_vertex_buffer.cc
@@ -92,6 +93,7 @@ set(SRC
opengl/gl_shader_interface.cc
opengl/gl_shader_log.cc
opengl/gl_state.cc
+ opengl/gl_storage_buffer.cc
opengl/gl_texture.cc
opengl/gl_uniform_buffer.cc
opengl/gl_vertex_array.cc