mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 10:00:40 +00:00
Rename test gl_pixelhistory_formats to gl_pixel_history
This commit is contained in:
committed by
Baldur Karlsson
parent
08be49dce3
commit
692617d814
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
+1
-1
@@ -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
-4
@@ -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):
|
||||
Reference in New Issue
Block a user