MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / SetName

Method SetName

GTE/Graphics/DX11/DX11Texture.cpp:201–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201void DX11Texture::SetName(std::string const& name)
202{
203 DX11Resource::SetName(name);
204 DX11Log(DX11::SetPrivateName(mSRView, name));
205 DX11Log(DX11::SetPrivateName(mUAView, name));
206}
207
208void DX11Texture::CopyPitched2(uint32_t numRows, uint32_t srcRowPitch,
209 void const* srcData, uint32_t trgRowPitch, void* trgData)

Callers 9

BindMethod · 0.45
BindMethod · 0.45
BindTextureMethod · 0.45
DX11DrawTargetMethod · 0.45
ReflectShaderMethod · 0.45
GetVariablesMethod · 0.45
GetTypesMethod · 0.45
CreateOverlaysMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected