Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RavEngine/RavEngine
/ GetResourceType
Method
GetResourceType
deps/LLGL/sources/Renderer/Buffer.cpp:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
ResourceType Buffer::GetResourceType() const
21
{
22
return ResourceType::Buffer;
23
}
24
25
26
} // /namespace LLGL
Callers
15
SetResource
Method · 0.45
CreateResourceHeap
Method · 0.45
ValidateResourceViewForBinding
Method · 0.45
SetResource
Method · 0.45
CreatePipelineBarrier
Method · 0.45
RequiresResourceBarriers
Function · 0.45
GetD3DResourceWithUAV
Function · 0.45
CreateHeapTypeCbvSrvUav
Method · 0.45
CreateHeapTypeSampler
Method · 0.45
ForEachResourceViewOfType
Function · 0.45
SetResource
Method · 0.45
SetResource
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected