Browse Source

[DX12] Fix typo

TothBenoit 1 năm trước cách đây
mục cha
commit
975f15ff6a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      h3d/impl/DX12Driver.hx

+ 1 - 1
h3d/impl/DX12Driver.hx

@@ -2183,7 +2183,7 @@ class DX12Driver extends h3d.impl.Driver {
 		}
 		}
 		p.dsvFormat = cast pipelineSignature.getI32(PSIGN_DEPTH_TARGET_FORMAT);
 		p.dsvFormat = cast pipelineSignature.getI32(PSIGN_DEPTH_TARGET_FORMAT);
 		for ( i in rtCount...8 )
 		for ( i in rtCount...8 )
-			p.rtvFormats[i] = DxgiFormat.UNKOWN;
+			p.rtvFormats[i] = DxgiFormat.UNKNOWN;
 
 
 		for( i in 0...shader.inputCount ) {
 		for( i in 0...shader.inputCount ) {
 			var d = shader.inputLayout[i];
 			var d = shader.inputLayout[i];