MCPcopy Create free account
hub / github.com/GPUOpen-Effects/GeometryFX / Buffer

Method Buffer

amd_lib/shared/d3d11/src/AMD_Buffer.cpp:27–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25namespace AMD
26{
27 Buffer::Buffer()
28 : _b1d(NULL)
29 , _srv(NULL)
30 , _uav(NULL)
31 , _staging_counter_b1d(NULL)
32 , _staging_b1d(NULL)
33 , _size_in_bytes(0)
34 {};
35 Buffer::~Buffer()
36 {
37 Release();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected