File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ private void CreateRenderPass()
165
165
166
166
AttachmentDescription depthAttachment = new ( )
167
167
{
168
- Format = FindDepthFormat ( ) ,
168
+ Format = DepthTextureFormat ,
169
169
Samples = SampleCountFlags . Count1Bit ,
170
170
LoadOp = AttachmentLoadOp . Clear ,
171
171
StoreOp = AttachmentStoreOp . DontCare ,
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ public class ChunkImporter
79
79
ProjectTexture ? texture = GetOrLoadChunkTexture ( textureName , createdObjects ) ;
80
80
if ( texture == null )
81
81
{
82
- Log . Warning ( $ "Failed to import texture { textureName } for { chunkName } material { material . Name } ") ;
82
+ Log . Warning ( $ "Failed to import texture { textureName } for ' { chunkName } ', material ' { material . ShaderName } ' ") ;
83
83
textures . Add ( null ) ;
84
84
}
85
85
else
You can’t perform that action at this time.
0 commit comments