MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / Texture2D

Method Texture2D

TombEngine/Renderer/Graphics/Texture2D.h:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 ComPtr<ID3D11Texture2D> Texture;
25
26 Texture2D() = default;
27 Texture2D(Texture2D&& other) noexcept : TextureBase(std::move(other)), Width(other.Width), Height(other.Height), Texture(std::move(other.Texture)), _vramSize(other._vramSize)
28 {
29 other._vramSize = 0;

Callers

nothing calls this directly

Calls 5

throwIfFailedFunction · 0.85
GetAddressOfMethod · 0.80
GetMethod · 0.45
AddMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected