mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 05:28:56 +02:00
[vulkan] Removed handling for PixelFormatInterpretation
This commit is contained in:
parent
dfe1f39a4b
commit
cd7414814a
1 changed files with 4 additions and 0 deletions
|
|
@ -199,6 +199,10 @@ static inline TexturePixelFormat ReadTexturePixelFormatCached(Environment& env,
|
||||||
const ConstBufferAddr& cbuf) {
|
const ConstBufferAddr& cbuf) {
|
||||||
return env.ReadTexturePixelFormat(GetTextureHandleCached(env, cbuf));
|
return env.ReadTexturePixelFormat(GetTextureHandleCached(env, cbuf));
|
||||||
}
|
}
|
||||||
|
static inline bool IsTexturePixelFormatIntegerCached(Environment& env,
|
||||||
|
const ConstBufferAddr& cbuf) {
|
||||||
|
return env.IsTexturePixelFormatInteger(GetTextureHandleCached(env, cbuf));
|
||||||
|
}
|
||||||
|
|
||||||
std::optional<ConstBufferAddr> Track(const IR::Value& value, Environment& env);
|
std::optional<ConstBufferAddr> Track(const IR::Value& value, Environment& env);
|
||||||
static inline std::optional<ConstBufferAddr> TrackCached(const IR::Value& v, Environment& env) {
|
static inline std::optional<ConstBufferAddr> TrackCached(const IR::Value& v, Environment& env) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue