mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
Merge branch 'master' into vulkan
This commit is contained in:
commit
17c835b245
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ class TextureCache {
|
|||
|
||||
// "ActiveTexture" means as of the latest RequestTextures call.
|
||||
|
||||
uint8_t GetActiveTextureHostSwizzle(uint32_t fetch_constant_index) const {
|
||||
uint32_t GetActiveTextureHostSwizzle(uint32_t fetch_constant_index) const {
|
||||
const TextureBinding* binding =
|
||||
GetValidTextureBinding(fetch_constant_index);
|
||||
return binding ? binding->host_swizzle : xenos::XE_GPU_TEXTURE_SWIZZLE_0000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue