struct RayLib::RenderTexture2D
- RayLib::RenderTexture2D
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
raylib/structs.crConstructors
- .new(id : UInt32, texture : RayLib::Texture2D, depth : RayLib::Texture2D, depth_texture : Bool)
- .new(unwrap : Pointer(Binding::RenderTexture2D))
- .new(pull : JSON::PullParser)
- .new(unwrap : Binding::RenderTexture2D)
Instance Method Summary
- #depth : Texture2D
- #depth=(depth : Texture2D)
- #depth_texture : Bool
- #depth_texture=(depth_texture : Bool)
- #id : LibC::UInt
- #id=(id : LibC::UInt)
- #texture : Texture2D
- #texture=(texture : Texture2D)
- #to_unsafe
Constructor Detail
def self.new(id : UInt32, texture : RayLib::Texture2D, depth : RayLib::Texture2D, depth_texture : Bool)
#