KhronosGroup / KhronosGroup/Vulkan-Tutorial
Unused helper function
オープン
- 主要言語
- C++
- スター
- 418
- フォーク
- 126
- 平均マージ
- 11日 6時間
- マージ済み PR(30日)
- 31
説明
I'm still new at Vulkan and followed the tutorial until multisampling. During deph buffering chapter we create a helper function:
bool hasStencilComponent(VkFormat format) {
return format == VK_FORMAT_D32_SFLOAT_S8_UINT || format == VK_FORMAT_D24_UNORM_S8_UINT;
}
But in the source code, it's not used anywhere.
コントリビューションガイド
評価
この issue はまだ評価されていません。