Skip to content

Commit

Permalink
move shader reflection to spriv-reflect
Browse files Browse the repository at this point in the history
  • Loading branch information
Daethalus committed Apr 28, 2024
1 parent 5dbedb0 commit bc4a342
Show file tree
Hide file tree
Showing 4 changed files with 356 additions and 170 deletions.
1 change: 1 addition & 0 deletions Engine/Source/Fyrion/Assets/ShaderAsset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ namespace Fyrion
write[ShaderAsset::Bytes] = bytes;
write[ShaderAsset::Info] = ShaderManager::ExtractShaderInfo(bytes, stages, renderApi);
write[ShaderAsset::Stages] = stages;
write.Commit();

return shader;
}
Expand Down
Loading

0 comments on commit bc4a342

Please sign in to comment.