mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-03-04 03:53:00 +00:00
Rename Assembly -> Assemble
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user