MCPcopy Create free account
hub / github.com/carbonengine/trinity / IsResourceValid

Method IsResourceValid

trinityal/Tr2DeviceResourceAL.h:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38{
39public:
40 bool IsResourceValid() const override
41 {
42 return static_cast<const T*>( this )->IsValid();
43 }
44
45 Tr2ALMemoryType GetResourceMemoryClass() const override
46 {

Callers 2

DescribeDeviceResourcesFunction · 0.80
DestroyDeviceResourcesFunction · 0.80

Calls 1

IsValidMethod · 0.45

Tested by

no test coverage detected