inochi2d.godot.render.texture

RenderingDevice texture abstraction.

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

Public Imports

godot.rd_texture_format
public import godot.rd_texture_format;
Undocumented in source.
godot.rd_texture_view
public import godot.rd_texture_view;
Undocumented in source.

Members

Aliases

TextureDataFormat
alias TextureDataFormat = RenderingDevice.DataFormat

Texture format.

TextureSamples
alias TextureSamples = RenderingDevice.TextureSamples

Texture samples

TextureSwizzle
alias TextureSwizzle = RenderingDevice.TextureSwizzle

Texture swizzle

TextureType
alias TextureType = RenderingDevice.TextureType

Texture type

TextureUsageFlags
alias TextureUsageFlags = RenderingDevice.TextureUsageBits

Texture usage flags

Classes

RDTexture
class RDTexture

A 2D texture

Meta

Authors

Luna Nielsen