MCPcopy 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
90void VertexFormat::SetStride(std::uint32_t stride)
91{
92 for (auto& attr : attributes)
93 attr.stride = stride;
94}
95
96void VertexFormat::SetStride(std::uint32_t stride, std::uint32_t slot)
97{

Callers 14

StaticMeshMethod · 0.80
MaterialMethod · 0.80
UpdateStrideFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
CreateBuffersMethod · 0.80
mainFunction · 0.80
CreateBuffersMethod · 0.80
CreateBuffersMethod · 0.80
CreateBuffersMethod · 0.80
CreateBuffersMethod · 0.80
CreateBuffersMethod · 0.80

Calls

no outgoing calls

Tested by 2

mainFunction · 0.64
mainFunction · 0.64