Clang Format and Documentation.
This commit is contained in:
parent
4d2b23d3c5
commit
9f9e662f1f
10 changed files with 20 additions and 10 deletions
|
@ -204,7 +204,8 @@ public:
|
|||
void CallMethod(u32 method, u32 method_argument, bool is_last_call) override;
|
||||
|
||||
/// Write multiple values to the register identified by method.
|
||||
void CallMultiMethod(u32 method, const u32* base_start, u32 amount, u32 methods_pending) override;
|
||||
void CallMultiMethod(u32 method, const u32* base_start, u32 amount,
|
||||
u32 methods_pending) override;
|
||||
|
||||
Texture::FullTextureInfo GetTexture(std::size_t offset) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue