We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d089b0 commit 3ffc7fbCopy full SHA for 3ffc7fb
Source/Sandbox03MeshShaders/Systems/MeshTest/Mesh2Renderer.cs
@@ -56,6 +56,7 @@ private void createPipeline(RenderPass renderPass)
56
57
var pipelineConfig = new PipelineConfigInfo();
58
LveMeshPipeline.DefaultPipelineConfigInfo(ref pipelineConfig);
59
+ LveMeshPipeline.EnableAlphaBlending(ref pipelineConfig);
60
LveMeshPipeline.EnableMultiSampling(ref pipelineConfig, device.GetMsaaSamples());
61
//LveMeshPipeline.SetDrawPoints(ref pipelineConfig);
62
pipelineConfig.InputAssemblyInfo.Topology = PrimitiveTopology.TriangleStrip;
0 commit comments