Click or drag to resize
Ab4d.SharpEngine logo

SceneStandardFragmentShaderPushConstantsSize Field

StandardFragmentShaderPushConstantsSize defines the size of PushConstants used in fragment shader by the standard rendering process (push constant value defines the material index). This value is used when defining the PipelineLayout.

Namespace: Ab4d.SharpEngine
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public const int StandardFragmentShaderPushConstantsSize = 4

Field Value

Int32
Remarks

[Missing <remarks> documentation for "F:Ab4d.SharpEngine.Scene.StandardFragmentShaderPushConstantsSize"]

See Also