{"id":"graphics.render3d--DestroyGraphics3DProgram","name":"DestroyGraphics3DProgram","owner":"yeho","package":"graphics.render3d","kind":"function","signature":"external DestroyGraphics3DProgram(int program) returns bool","description":"Destroy graphics3 dprogram.","context":"Use bounded hardware 3D resources, meshes, cameras, lights, and draw commands.","parameters":[{"name":"program","type":"int","description":"Supply program as int."}],"returns":"bool","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":228,"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 DestroyGraphics3DProgram","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.\nint program = 1\nbool result = DestroyGraphics3DProgram(program)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_render3d__destroygraphics3dprogram\"\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":"7d9a37de0136ccd75768c16912d4f86f0c985b5c625fa2b59daf112c92910477","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":[],"url":"https://demonhunterlabs.com/academy/api?item=graphics.render3d--DestroyGraphics3DProgram","json":"https://demonhunterlabs.com/reference/items/graphics.render3d--DestroyGraphics3DProgram.json","markdown":"https://demonhunterlabs.com/reference/text/graphics.render3d--DestroyGraphics3DProgram.md"}
