MCPcopy
hub / github.com/EngoEngine/engo / ShouldDraw

Method ShouldDraw

common/render_shaders.go:79–79  ·  view source on GitHub ↗
(*RenderComponent, *SpaceComponent)

Source from the content-addressed store, hash-verified

77 // PrepareCulling is called once per frame for the shader to initialize culling calculation.
78 PrepareCulling()
79 ShouldDraw(*RenderComponent, *SpaceComponent) bool
80}
81
82func setBufferValue(buffer []float32, index int, value float32, changed *bool) {

Callers 1

UpdateMethod · 0.95

Implementers 2

blendmapShadercommon/render_shaders_blendmap.go
basicShadercommon/render_shaders_default.go

Calls

no outgoing calls

Tested by

no test coverage detected