Skip to content

Commit 93c8155

Browse files
corporatesharkmeta-codesync[bot]
authored andcommitted
igl | cmake | Add new render sessions (#346)
Summary: Added new render sessions. Pull Request resolved: #346 Reviewed By: rudybear Differential Revision: D94715472 Pulled By: corporateshark fbshipit-source-id: 16238bd29bbf4aeaab3cedeb46f2a0dd562329d6
1 parent 18be72d commit 93c8155

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

shell/CMakeLists.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,21 +107,29 @@ endmacro()
107107
if(IGL_WITH_SAMPLES)
108108
add_shell_session(BasicFramebufferSession "")
109109
add_shell_session(BindGroupSession "")
110+
add_shell_session(BindlessBufferSession "")
111+
add_shell_session(BufferMappingSession "")
110112
add_shell_session(CheckerboardMipmapSession "")
111113
add_shell_session(ColorSession "")
114+
add_shell_session(CopyOperationsSession "")
115+
add_shell_session(DepthBiasSession "")
116+
add_shell_session(DrawInstancedSession "")
112117
add_shell_session(EmptySession "")
113118
add_shell_session(GPUStressSession "")
119+
add_shell_session(GPUTimerSession "")
114120
add_shell_session(HelloWorldSession "")
115-
add_shell_session(DrawInstancedSession "")
116121
add_shell_session(ImguiSession "")
117122
add_shell_session(MeshShaderTriangleSession "")
118123
add_shell_session(MRTSession "")
124+
add_shell_session(MultiDrawIndexedIndirectSession "")
125+
add_shell_session(ScissorTestSession "")
119126
add_shell_session(Textured3DCubeSession "")
120127
add_shell_session(TextureViewSession "")
121128
add_shell_session(TinyMeshBindGroupSession "")
122129
add_shell_session(TinyMeshSession "")
123130
add_shell_session(TQMultiRenderPassSession "")
124131
add_shell_session(TQSession "")
132+
add_shell_session(WireframeSession "")
125133
add_shell_session(YUVColorSession "")
126134
if(IGL_WITH_OPENXR)
127135
if(ANDROID)

0 commit comments

Comments
 (0)