Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RavEngine/RavEngine
/ SetStride
Method
SetStride
deps/LLGL/sources/Renderer/VertexFormat.cpp:90–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
void VertexFormat::SetStride(std::uint32_t stride)
91
{
92
for (auto& attr : attributes)
93
attr.stride = stride;
94
}
95
96
void VertexFormat::SetStride(std::uint32_t stride, std::uint32_t slot)
97
{
Callers
14
StaticMesh
Method · 0.80
Material
Method · 0.80
UpdateStride
Function · 0.80
main
Function · 0.80
main
Function · 0.80
CreateBuffers
Method · 0.80
main
Function · 0.80
CreateBuffers
Method · 0.80
CreateBuffers
Method · 0.80
CreateBuffers
Method · 0.80
CreateBuffers
Method · 0.80
CreateBuffers
Method · 0.80
Calls
no outgoing calls
Tested by
2
main
Function · 0.64
main
Function · 0.64