Skip to content

Commit

Permalink
Add more test txtures and remove the tiger images.
Browse files Browse the repository at this point in the history
  • Loading branch information
RenfengLiu committed Dec 9, 2024
1 parent 67c3f5d commit bf7cfb5
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 1 deletion.
Binary file added assets/benchmarks/textures/fish/1024x1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/benchmarks/textures/fish/1182x1440.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/benchmarks/textures/fish/16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/benchmarks/textures/fish/1x1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/benchmarks/textures/fish/2364x2880.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/benchmarks/textures/fish/256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/benchmarks/textures/fish/4096x4096.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/benchmarks/textures/fish/4x4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/benchmarks/textures/fish/591x720.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/benchmarks/textures/fish/64x64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/benchmarks/textures/tiger_1182x1440.jpg
Binary file not shown.
Binary file removed assets/benchmarks/textures/tiger_1x1.jpg
Binary file not shown.
Binary file removed assets/benchmarks/textures/tiger_2364x2880.jpg
Binary file not shown.
Binary file removed assets/benchmarks/textures/tiger_591x720.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion benchmarks/graphics_pipeline/GraphicsBenchmarkApp.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ static constexpr float4 kDefaultDrawCallColor = float4(1.0f, 0.175f, 0.
static constexpr uint32_t kDebugColorPushConstantCount = sizeof(float4) / sizeof(uint32_t);

static constexpr const char* kShaderBaseDir = "benchmarks/shaders";
static constexpr const char* kQuadTextureFile = "benchmarks/textures/tiger_2364x2880.jpg";
static constexpr const char* kQuadTextureFile = "benchmarks/textures/fish/2364x2880.png";

enum class DebugView
{
Expand Down

0 comments on commit bf7cfb5

Please sign in to comment.