Struct PipelineSettings
Defined in File pipelineSettings.h
Struct Documentation
-
struct PipelineSettings
Public Functions
-
bool operator==(const PipelineSettings &other) const
-
size_t getHash() const
-
void withOpaquePBR()
-
void withSkybox(bool cullFront = false)
-
void withWireframeDebug()
Public Members
-
ShadersSettings shaders = {"vert.spv", "frag.spv", "shaders/"}
-
InputAssemblySettings inputAssembly
-
RasterizationSettings rasterization
-
DepthStencilSettings depthStencil
-
MultisampleSettings multisample
-
ColorBlendSettings colorBlend
-
DynamicStateSettings dynamicState
-
ViewportStateSettings viewportState
-
bool operator==(const PipelineSettings &other) const