mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-19 05:52:11 +01:00
[dxbc] Remove some old TODOs
This is already implemented properly.
This commit is contained in:
parent
04152055b7
commit
b14ad7b30c
@ -2666,7 +2666,6 @@ namespace dxvk {
|
|||||||
// (src0) Structure index
|
// (src0) Structure index
|
||||||
// (src1) Byte offset
|
// (src1) Byte offset
|
||||||
// (src2) Source register
|
// (src2) Source register
|
||||||
// TODO Check if resource is bound
|
|
||||||
const bool isStructured = ins.op == DxbcOpcode::LdStructured;
|
const bool isStructured = ins.op == DxbcOpcode::LdStructured;
|
||||||
|
|
||||||
// Source register. The exact way we access
|
// Source register. The exact way we access
|
||||||
@ -2701,7 +2700,6 @@ namespace dxvk {
|
|||||||
// (src0) Structure index
|
// (src0) Structure index
|
||||||
// (src1) Byte offset
|
// (src1) Byte offset
|
||||||
// (src2) Source register
|
// (src2) Source register
|
||||||
// TODO Check if resource is bound
|
|
||||||
const bool isStructured = ins.op == DxbcOpcode::StoreStructured;
|
const bool isStructured = ins.op == DxbcOpcode::StoreStructured;
|
||||||
|
|
||||||
// Source register. The exact way we access
|
// Source register. The exact way we access
|
||||||
|
Loading…
x
Reference in New Issue
Block a user