Skip to content

Commit

Permalink
update renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
SirBob01 committed Oct 30, 2024
1 parent f43e865 commit 6233a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Graphics/Renderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace Dynamo::Graphics {
_shaders = ShaderRegistry(_device);
_materials = MaterialRegistry(_device, root_asset_directory + "/vulkan_cache.bin");
_uniforms = UniformRegistry(_device, _physical, _transfer_pool);
_textures = TextureRegistry(_device);
_textures = TextureRegistry(_device, _physical);
_framebuffers = FramebufferCache(_device);

// Frame contexts
Expand Down

0 comments on commit 6233a43

Please sign in to comment.