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

Method IsValid

trinity/Tr2GpuBuffer.cpp:130–133  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Description: Check if the object contains a valid AL buffer. Return Value: true If the object contains a valid AL buffer false Otherwise --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

128// false Otherwise
129// --------------------------------------------------------------------------------------
130bool Tr2GpuBuffer::IsValid() const
131{
132 return m_buffer.IsValid();
133}
134
135// --------------------------------------------------------------------------------------
136// Description:

Callers 15

FillAndSetConstantsFunction · 0.45
RenderVolumetricsMethod · 0.45
RenderFogMethod · 0.45
RenderShadowsMethod · 0.45
OnPrepareResourcesMethod · 0.45
SetNameMethod · 0.45
DoUpdateListsMethod · 0.45
DrawToShadowMapResultMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected