ztest option
This commit is contained in:
@@ -11,14 +11,21 @@
|
||||
#pragma once
|
||||
|
||||
#include "renderer/3d/pipeline/shared/pipeline_options.hpp"
|
||||
#include "./stapip_ztest.hpp"
|
||||
|
||||
namespace Tyra {
|
||||
|
||||
class StaPipOptions : public PipelineOptions {
|
||||
public:
|
||||
StaPipOptions() { fullClipChecks = false; }
|
||||
StaPipOptions() {
|
||||
fullClipChecks = false;
|
||||
zTestType = StaPipZTest_Standard;
|
||||
}
|
||||
~StaPipOptions() {}
|
||||
|
||||
/** @brief Type of z buffer testing. */
|
||||
StaPipZTest zTestType;
|
||||
|
||||
/**
|
||||
* @brief Experimental! True -> enables "clip against each plane" algorithm.
|
||||
* Mandatory, default: False.
|
||||
|
||||
Reference in New Issue
Block a user