1
0
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:
Philip Rebohle 2019-04-29 11:47:45 +02:00
parent 04152055b7
commit b14ad7b30c

View File

@ -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