KhronosGroup / KhronosGroup/Vulkan-Tutorial

Unused helper function

オープン
#46 コメント 1 件 リアクション 0 件 担当者 1 名 @SaschaWillems が担当を希望しています GitHub で見る
主要言語
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。