Vireo  0.0
Vireo 3D Rendering Hardware Interface
RenderTarget Struct Reference

Detailed Description

A render-target image wrapper. Created by Vireo.create_render_target() or Vireo.create_render_target_from_swap_chain().

Lua full name: vireo.RenderTarget

Properties

Image image
 The underlying GPU Image used as the render attachment. (read-only)
 
RenderTargetType type
 The render-target attachment type (COLOR, DEPTH, or DEPTH_STENCIL). (read-only)
 

Property Documentation

Image image

The underlying GPU Image used as the render attachment. (read-only)

The render-target attachment type (COLOR, DEPTH, or DEPTH_STENCIL). (read-only)