Skip to content
Snippets Groups Projects
Commit 8f77b795 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

callView: use explicit rendering mode

Change-Id: I964a484f791cf18516e1c3598d2d174bfe331c02
parent 0ee5cbdd
Branches
Tags
No related merge requests found
...@@ -111,6 +111,8 @@ struct Uniforms { ...@@ -111,6 +111,8 @@ struct Uniforms {
depthStateDescriptor.depthWriteEnabled = NO; depthStateDescriptor.depthWriteEnabled = NO;
depthState = [device newDepthStencilStateWithDescriptor:depthStateDescriptor]; depthState = [device newDepthStencilStateWithDescriptor:depthStateDescriptor];
self.preferredFramesPerSecond = 30; self.preferredFramesPerSecond = 30;
self.paused = YES;
self.enableSetNeedsDisplay = NO;
} }
- (void)fillWithBlack { - (void)fillWithBlack {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment