Skip to content

Commit 701c8bf

Browse files
committed
More feedback
1 parent 5ae1ead commit 701c8bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/liboslexec/instance.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,7 @@ ShaderGroup::setup_interactive_arena(cspan<uint8_t> paramblock)
847847
}
848848

849849

850+
850851
void
851852
ShaderGroup::generate_optix_cache_key(const std::string& code)
852853
{
@@ -864,6 +865,8 @@ ShaderGroup::generate_optix_cache_key(const std::string& code)
864865
m_optix_cache_key = cache_key;
865866
}
866867

868+
869+
867870
std::string
868871
ShaderGroup::serialize() const
869872
{

0 commit comments

Comments
 (0)