Rename test gl_pixelhistory_formats to gl_pixel_history

This commit is contained in:
Bruce He
2023-03-08 20:56:13 -05:00
committed by Baldur Karlsson
parent 08be49dce3
commit 692617d814
5 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ set(OPENGL_SRC
gl/gl_overlay_test.cpp
gl/gl_parameter_zoo.cpp
gl/gl_per_type_tex_units.cpp
gl/gl_pixelhistory_formats.cpp
gl/gl_pixel_history.cpp
gl/gl_queries_in_use.cpp
gl/gl_renderbuffer_zoo.cpp
gl/gl_resource_lifetimes.cpp
+1 -1
View File
@@ -272,7 +272,7 @@
<ClCompile Include="gl\gl_unsized_ms_fbo_attachment.cpp" />
<ClCompile Include="gl\gl_vao_0.cpp" />
<ClCompile Include="gl\gl_vertex_attr_zoo.cpp" />
<ClCompile Include="gl\gl_pixelhistory_formats.cpp" />
<ClCompile Include="gl\gl_pixel_history.cpp" />
<ClCompile Include="linux\linux_platform.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
+1 -1
View File
@@ -643,7 +643,7 @@
<ClCompile Include="d3d12\d3d12_vertex_uav.cpp">
<Filter>D3D12\demos</Filter>
</ClCompile>
<ClCompile Include="gl\gl_pixelhistory_formats.cpp">
<ClCompile Include="gl\gl_pixel_history.cpp">
<Filter>OpenGL\demos</Filter>
</ClCompile>
</ItemGroup>
@@ -25,7 +25,7 @@
#include <stdio.h>
#include "gl_test.h"
RD_TEST(GL_PixelHistory_Formats, OpenGLGraphicsTest)
RD_TEST(GL_Pixel_History, OpenGLGraphicsTest)
{
static constexpr const char *Description =
"Draw a triangle to a variety of texture formats (to test pixel history).";
@@ -2,10 +2,8 @@ import renderdoc as rd
import rdtest
from typing import List
def event_id(x): return x.eventId
class GL_PixelHistory_Formats(rdtest.TestCase):
demos_test_name = 'GL_PixelHistory_Formats'
class GL_Pixel_History(rdtest.TestCase):
demos_test_name = 'GL_Pixel_History'
demos_frame_cap = 10
def check_capture(self):