MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / GetNative

Function GetNative

deps/LLGL/wrapper/CSharp/CsCommandBuffer.cpp:186–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184/* ----- Input Assembly ------ */
185
186static LLGL::Buffer* GetNative(Buffer^ buffer)
187{
188 return static_cast<LLGL::Buffer*>(buffer->Native);
189}
190
191void CommandBuffer::SetVertexBuffer(Buffer^ buffer)
192{

Callers 15

SetNameMethod · 0.85
GetDescMethod · 0.85
WriteMethod · 0.85
SetNameMethod · 0.85
GetDescMethod · 0.85
UpdateSubresourceMethod · 0.85
MapMethod · 0.85
UnmapMethod · 0.85
CreateSubresourceSRVMethod · 0.85
CreateSubresourceSRVMethod · 0.85
CreateSubresourceUAVMethod · 0.85
CreateInternalSRVMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected