mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-01-05 05:59:18 +01:00
Rename Assembly -> Assemble
This commit is contained in:
parent
beaf57a8e5
commit
2bafba1a17
4 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue