MCPcopy Create free account
hub / github.com/baldurk/renderdoc / MeshData

Class MeshData

docs/python_api/examples/renderdoc/decode_mesh.py:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13# We base our data on a MeshFormat, but we add some properties
14class MeshData(rd.MeshFormat):
15 indexOffset = 0
16 name = ''
17
18# Recursively search for the drawcall with the most vertices
19def biggestDraw(prevBiggest, d):

Callers 2

getMeshInputsFunction · 0.85
getMeshOutputsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected