Skip to content
Snippets Groups Projects
Commit 4645f589 authored by Alexander Gauggel's avatar Alexander Gauggel
Browse files

[#70] Fix gamma correction shader image format

parent b0f7aac3
Branches
Tags
1 merge request!57Resolve "Basic voxelization"
#version 440
layout(set=0, binding=0, r8) uniform image2D sceneImage;
layout(set=0, binding=0, rgba8) uniform image2D sceneImage;
layout(local_size_x = 8, local_size_y = 8, local_size_z = 1) in;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment