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