inochi2d.godot.render

Abstractions for Godot RenderingDevice objects.

Copyright © 2025, Inochi2D Project Distributed under the 2-Clause BSD License, see LICENSE file.

Modules

buffer
module inochi2d.godot.render.buffer

RenderingDevice buffer abstraction.

shader
module inochi2d.godot.render.shader

RenderingDevice shader abstraction.

texture
module inochi2d.godot.render.texture

RenderingDevice texture abstraction.

Public Imports

inochi2d.godot.render.buffer
public import inochi2d.godot.render.buffer;
Undocumented in source.
inochi2d.godot.render.texture
public import inochi2d.godot.render.texture;
Undocumented in source.
inochi2d.godot.render.shader
public import inochi2d.godot.render.shader;
Undocumented in source.

Members

Classes

RDObject
class RDObject

An object beloning to a rendering device.

Meta

Authors

Luna Nielsen