mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-01 07:06:45 +00:00
VideoCommon: add cubemap as a sampler target for shaders, add cubemap as a valid texture asset
This commit is contained in:
parent
9419d92446
commit
589834f562
4 changed files with 17 additions and 7 deletions
|
@ -26,7 +26,8 @@ struct ShaderProperty
|
|||
Type_SamplerArrayShared_Main,
|
||||
Type_SamplerArrayShared_Additional,
|
||||
Type_Sampler2D,
|
||||
Type_Max = Type_Sampler2D
|
||||
Type_SamplerCube,
|
||||
Type_Max = Type_SamplerCube
|
||||
};
|
||||
Type m_type;
|
||||
std::string m_description;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue