mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 15:45:46 +00:00
Fix one more typo
This commit is contained in:
parent
8f8a15827f
commit
897ff8a95c
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ public:
|
||||||
/// Requests to begin a renderpass.
|
/// Requests to begin a renderpass.
|
||||||
void RequestRenderpass(const Framebuffer* framebuffer);
|
void RequestRenderpass(const Framebuffer* framebuffer);
|
||||||
|
|
||||||
/// Requests the current executino context to be able to execute operations only allowed outside
|
/// Requests the current execution context to be able to execute operations only allowed outside
|
||||||
/// of a renderpass.
|
/// of a renderpass.
|
||||||
void RequestOutsideRenderPassOperationContext();
|
void RequestOutsideRenderPassOperationContext();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue