{"id":"graphics.render3d--CreateGraphics3DTextureRgba8V1","name":"CreateGraphics3DTextureRgba8V1","owner":"yeho","package":"graphics.render3d","kind":"function","signature":"external CreateGraphics3DTextureRgba8V1(text rgbaHex, int width, int height) returns int","description":"Create graphics3 dtexture rgba8 v1 from the supplied values.","context":"Use bounded hardware 3D resources, meshes, cameras, lights, and draw commands.","parameters":[{"name":"rgbaHex","type":"text","description":"Supply rgba hex as text."},{"name":"width","type":"int","description":"Supply width as int."},{"name":"height","type":"int","description":"Supply height 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":96,"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 CreateGraphics3DTextureRgba8V1","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 rgbaHex = \"rgba Hex\"\nint width = 1\nint height = 1\nint result = CreateGraphics3DTextureRgba8V1(rgbaHex, width, height)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_render3d__creategraphics3dtexturergba8v1\"\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":"4efd422de7dc8b06b10bce40fce79009800b79965048a49378cb50488d552c40","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":[],"url":"https://demonhunterlabs.com/academy/api?item=graphics.render3d--CreateGraphics3DTextureRgba8V1","json":"https://demonhunterlabs.com/reference/items/graphics.render3d--CreateGraphics3DTextureRgba8V1.json","markdown":"https://demonhunterlabs.com/reference/text/graphics.render3d--CreateGraphics3DTextureRgba8V1.md"}
