1 Star 0 Fork 0

2144/dut

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Texture.h 611 Bytes
一键复制 编辑 原始数据 按行查看 历史
2144 提交于 2024-07-09 01:49 . s
#pragma once
#include "dut/WinMin.h"
#include "dut/DXTrace.h"
namespace Dut
{
struct Texture
{
ComPtr<ID3D11ShaderResourceView> m_ShaderResourceView;
ComPtr<ID3D11Texture2D> m_Texture;
D3D11_TEXTURE2D_DESC m_TexDesc;
D3D11_SHADER_RESOURCE_VIEW_DESC m_SrvDesc;
void PSSet(ID3D11DeviceContext* context, int startIndex, int numSlot = 1);
void VSSet(ID3D11DeviceContext* context, int startIndex, int numSlot = 1);
void CSSet(ID3D11DeviceContext* context, int startIndex, int numSlot = 1);
void GSSet(ID3D11DeviceContext* context, int startIndex, int numSlot = 1);
virtual ~Texture();
};
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/iamherer/dut.git
git@gitee.com:iamherer/dut.git
iamherer
dut
dut
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385