mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-12 13:08:50 +01:00
11 lines
173 B
C
11 lines
173 B
C
|
#pragma once
|
||
|
|
||
|
#include "dxso_enums.h"
|
||
|
|
||
|
namespace dxvk {
|
||
|
|
||
|
constexpr uint32_t InvalidOpcodeLength = UINT32_MAX;
|
||
|
|
||
|
uint32_t DxsoGetDefaultOpcodeLength(DxsoOpcode opcode);
|
||
|
|
||
|
}
|