28 const char* debugName;
29 GeometryType primitiveType;
30 PolygonFillMode polygonFillMode;
34 int32_t scissorX = 0, scissorY = 0;
35 uint32_t scissorW, scissorH;
37 uint32_t shaderStageCreateInfoCount;
39 uint32_t descriptorSetLayoutCount;
41 uint32_t vertexBindingsCount;
43 BlendData blendData = BlendData::NoBlending();
44 ColorMask colorMask = ColorMask::RGBA;
46 uint32_t colorAttachmentCount;
47 CompareOperation depthCompareOp = CompareOperation::LessOrEqual;
48 bool isDepthTestEnabled =
true;
49 bool isDepthWriteEnabled =
true;
50 bool isStencilEnabled =
false;
51 bool hasDynamicViewport =
false;
52 bool hasDynamicScissor =
false;
53 bool isDepthBiasEnabled =
false;
54 bool isDepthClampEnabled =
false;
56 float depthBiasConstantFactor = 1.25f;
57 float depthBiasSlopeFactor = 1.75f;
58 float depthBiasClamp = 0.0f;