Skip to content

Commit

Permalink
wip use RG32Float as velocity texture format
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelarius committed Jul 5, 2024
1 parent 1b9fc57 commit c329b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pt/deferred_renderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace
const WGPUTextureFormat DEPTH_TEXTURE_FORMAT = WGPUTextureFormat_Depth32Float;
const WGPUTextureFormat ALBEDO_TEXTURE_FORMAT = WGPUTextureFormat_BGRA8Unorm;
const WGPUTextureFormat NORMAL_TEXTURE_FORMAT = WGPUTextureFormat_RGBA16Float;
const WGPUTextureFormat VELOCITY_TEXTURE_FORMAT = WGPUTextureFormat_RG16Float;
const WGPUTextureFormat VELOCITY_TEXTURE_FORMAT = WGPUTextureFormat_RG32Float;

struct TimestampsLayout
{
Expand Down

0 comments on commit c329b42

Please sign in to comment.