diff --git a/src/dxbc/dxbc_compiler.cpp b/src/dxbc/dxbc_compiler.cpp index c726feaa0..f06b9ca88 100644 --- a/src/dxbc/dxbc_compiler.cpp +++ b/src/dxbc/dxbc_compiler.cpp @@ -2666,7 +2666,6 @@ namespace dxvk { // (src0) Structure index // (src1) Byte offset // (src2) Source register - // TODO Check if resource is bound const bool isStructured = ins.op == DxbcOpcode::LdStructured; // Source register. The exact way we access @@ -2701,7 +2700,6 @@ namespace dxvk { // (src0) Structure index // (src1) Byte offset // (src2) Source register - // TODO Check if resource is bound const bool isStructured = ins.op == DxbcOpcode::StoreStructured; // Source register. The exact way we access