Skip to content

Commit

Permalink
Update ExampleVisionOSApp.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
yukiny0811 authored Jan 29, 2025
1 parent a0d8344 commit cdff294
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ struct TestingApp: App {

ImmersiveSpace(id: "ImmersiveSpace") {
CompositorLayer(configuration: ContentStageConfiguration()) { layerRenderer in
let renderer = RendererBase.BlendMode.alphaBlend.getRenderer(sketch: SampleSketch(), layerRenderer: layerRenderer)
let renderer = RendererBase.BlendMode.normalBlend.getRenderer(sketch: SampleSketch(), layerRenderer: layerRenderer)
renderer.startRenderLoop()
}
}.immersionStyle(selection: .constant(.full), in: .full)
Expand Down

0 comments on commit cdff294

Please sign in to comment.