{"id":"graphics.render3d--CreateIndexedMeshP3N3T2F32U16","name":"CreateIndexedMeshP3N3T2F32U16","owner":"yeho","package":"graphics.render3d","kind":"function","signature":"external CreateIndexedMeshP3N3T2F32U16(text vertexHex, text indexHex, int vertexCount, int indexCount) returns int","description":"Create indexed mesh p3 n3 t2 f32 u16 from the supplied values.","context":"Use bounded hardware 3D resources, meshes, cameras, lights, and draw commands.","parameters":[{"name":"vertexHex","type":"text","description":"Supply vertex hex as text."},{"name":"indexHex","type":"text","description":"Supply index hex as text."},{"name":"vertexCount","type":"int","description":"Supply vertex count as int."},{"name":"indexCount","type":"int","description":"Supply index count as int."}],"returns":"int","members":[],"tags":["cpu","function","graphics","graphics.render3d","render3d","source-example","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/graphics/render3d/render3d.yh","line":88,"sha256":"e98990c02e455ccc99829eefd52831a8b724534b82b7be2ffd8d0263d52b834c"},"status":"source-declared","notes":["Package presence and a declaration do not establish support on every host. Host services need their platform and lifecycle setup."],"examples":[{"id":"usage","title":"Use CreateIndexedMeshP3N3T2F32U16","description":"A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.","code":"using graphics.render3d\n\n// Use bounded hardware 3D resources, meshes, cameras, lights, and draw commands.\ntext vertexHex = \"vertex Hex\"\ntext indexHex = \"index Hex\"\nint vertexCount = 1\nint indexCount = 1\nint result = CreateIndexedMeshP3N3T2F32U16(vertexHex, indexHex, vertexCount, indexCount)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_render3d__createindexedmeshp3n3t2f32u16\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.render3d\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/render3d\"\n","tags":["cpu","source-example"],"verification":"type checked","run":"cpu-oracle","sha256":"e72ca377e75ff596a009706af60d179b306c344b0e7d1dd2880d9f2086120673","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":[],"url":"https://demonhunterlabs.com/academy/api?item=graphics.render3d--CreateIndexedMeshP3N3T2F32U16","json":"https://demonhunterlabs.com/reference/items/graphics.render3d--CreateIndexedMeshP3N3T2F32U16.json","markdown":"https://demonhunterlabs.com/reference/text/graphics.render3d--CreateIndexedMeshP3N3T2F32U16.md"}
