mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 08:05:46 +00:00
maxwell_3d: Remove unused method GetStageTextures
This commit is contained in:
parent
86521bca3b
commit
cf7206fe7b
2 changed files with 0 additions and 42 deletions
|
@ -1254,9 +1254,6 @@ public:
|
|||
Texture::FullTextureInfo GetTextureInfo(const Texture::TextureHandle tex_handle,
|
||||
std::size_t offset) const;
|
||||
|
||||
/// Returns a list of enabled textures for the specified shader stage.
|
||||
std::vector<Texture::FullTextureInfo> GetStageTextures(Regs::ShaderStage stage) const;
|
||||
|
||||
/// Returns the texture information for a specific texture in a specific shader stage.
|
||||
Texture::FullTextureInfo GetStageTexture(Regs::ShaderStage stage, std::size_t offset) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue