Formatting.
This commit is contained in:
parent
a5a31cf123
commit
d7599c817f
|
@ -39,9 +39,7 @@ class Fence {
|
|||
fence_ = nullptr;
|
||||
}
|
||||
|
||||
VkResult status() const {
|
||||
return vkGetFenceStatus(device_, fence_);
|
||||
}
|
||||
VkResult status() const { return vkGetFenceStatus(device_, fence_); }
|
||||
|
||||
VkFence fence() const { return fence_; }
|
||||
operator VkFence() const { return fence_; }
|
||||
|
|
Loading…
Reference in New Issue