Rename Assembly -> Assemble

This commit is contained in:
ReinUsesLisp 2018-08-31 03:41:30 -03:00
parent beaf57a8e5
commit 2bafba1a17
4 changed files with 4 additions and 4 deletions

View file

@ -33,7 +33,7 @@ public:
* It can be called multiple times but it's recommended to copy code externally.
* @return A stream of bytes representing a SPIR-V module.
*/
std::vector<std::uint8_t> Assembly() const;
std::vector<std::uint8_t> Assemble() const;
/**
* Optimizes module's IR.