Lumino
ln::StencilOpDesc Struct Reference

ステンシル処理 More...

#include <RenderState.hpp>

Public Attributes

StencilOp stencilFailOp: 4
 ステンシルテストに失敗した場合のステンシル処理です。(default:Keep)
 
StencilOp stencilDepthFailOp: 4
 ステンシルテストに合格で、深度テストが不合格の場合のステンシル処理です。(default:Keep)
 
StencilOp stencilPassOp: 4
 ステンシルテストと深度テストに合格した場合のステンシル処理です。(default:Keep)
 
ComparisonFunc stencilFunc: 4
 ステンシルテストの比較関数 (default:Always)
 

Detailed Description

ステンシル処理


The documentation for this struct was generated from the following file: