luxe: render
- Atlas
- BlendFactor
- BlendOperation
- Clip
- ColorWriteMask
- CompareFunction
- ComputeLayerDesc
- ComputeLayerInput
- CullMode
- Geometry
- Image
- ImageDesc
- ImageType
- ImageUsage
- IndexType
- InputBuffer
- LayerCompute
- LayerPass
- LoadAction
- Material
- MaterialDesc
- MaterialFunction
- MaterialInput
- MaterialInputBlock
- MaterialInputImage
- MaterialInputType
- MaterialReplace
- PassLayerDesc
- PixelFormat
- Pose
- PoseGraph
- PoseNode
- Primitive
- Render
- RenderDest
- RenderDestColor
- RenderDestDepth
- RenderDestStencil
- RenderLayerDesc
- RenderPathContext
- RenderViewDesc
- SamplerAddressMode
- SamplerMinMagFilter
- SamplerMipFilter
- SamplerState
- SortType
- StencilOperation
- StoreAction
- TextAlign
- TextAttrType
- TextWrapMode
- VertexAttr
- VertexAttrFormat
- VertexFormat
- VertexInputRate
- VertexLayout
- Winding
import "luxe: render" for Atlasno docs found
Atlas.create(..)
Section titled “Atlas.create(..)”Atlas.create(size : Any, material : Any) : unknownno docs found
Atlas.destroy(.)
Section titled “Atlas.destroy(.)”Atlas.destroy(atlas : Any) : unknownno docs found
Atlas.valid(.)
Section titled “Atlas.valid(.)”Atlas.valid(atlas : Any) : unknownno docs found
Atlas.get_size(.)
Section titled “Atlas.get_size(.)”Atlas.get_size(atlas : Any) : unknownno docs found
Atlas.get_material(.)
Section titled “Atlas.get_material(.)”Atlas.get_material(atlas : Any) : unknownno docs found
Atlas.rect_add(…)
Section titled “Atlas.rect_add(…)”Atlas.rect_add(atlas : Any, atlas_image_id : Any, frame : Any, rect : Any, rotated : Any) : unknownno docs found
Atlas.rect_remove(..)
Section titled “Atlas.rect_remove(..)”Atlas.rect_remove(atlas : Any, atlas_image_id : Any) : unknownno docs found
Atlas.rect_get_frame(..)
Section titled “Atlas.rect_get_frame(..)”Atlas.rect_get_frame(atlas : Any, atlas_image : Any) : unknownno docs found
Atlas.rect_get_rect(..)
Section titled “Atlas.rect_get_rect(..)”Atlas.rect_get_rect(atlas : Any, atlas_image : Any) : unknownno docs found
Atlas.rect_get_rotated(..)
Section titled “Atlas.rect_get_rotated(..)”Atlas.rect_get_rotated(atlas : Any, atlas_image : Any) : unknownno docs found
Atlas.rect_exists(..)
Section titled “Atlas.rect_exists(..)”Atlas.rect_exists(atlas : Any, atlas_image : Any) : unknownno docs found
BlendFactor
Section titled “BlendFactor”import "luxe: render" for BlendFactorno docs found
BlendFactor.zero
Section titled “BlendFactor.zero”BlendFactor.zero : unknownno docs found
BlendFactor.one
Section titled “BlendFactor.one”BlendFactor.one : unknownno docs found
BlendFactor.source_color
Section titled “BlendFactor.source_color”BlendFactor.source_color : unknownno docs found
BlendFactor.one_minus_source_color
Section titled “BlendFactor.one_minus_source_color”BlendFactor.one_minus_source_color : unknownno docs found
BlendFactor.source_alpha
Section titled “BlendFactor.source_alpha”BlendFactor.source_alpha : unknownno docs found
BlendFactor.one_minus_source_alpha
Section titled “BlendFactor.one_minus_source_alpha”BlendFactor.one_minus_source_alpha : unknownno docs found
BlendFactor.destination_color
Section titled “BlendFactor.destination_color”BlendFactor.destination_color : unknownno docs found
BlendFactor.one_minus_destination_color
Section titled “BlendFactor.one_minus_destination_color”BlendFactor.one_minus_destination_color : unknownno docs found
BlendFactor.destination_alpha
Section titled “BlendFactor.destination_alpha”BlendFactor.destination_alpha : unknownno docs found
BlendFactor.one_minus_destination_alpha
Section titled “BlendFactor.one_minus_destination_alpha”BlendFactor.one_minus_destination_alpha : unknownno docs found
BlendFactor.source_alpha_saturated
Section titled “BlendFactor.source_alpha_saturated”BlendFactor.source_alpha_saturated : unknownno docs found
BlendFactor.blend_color
Section titled “BlendFactor.blend_color”BlendFactor.blend_color : unknownno docs found
BlendFactor.one_minus_blend_color
Section titled “BlendFactor.one_minus_blend_color”BlendFactor.one_minus_blend_color : unknownno docs found
BlendFactor.blend_alpha
Section titled “BlendFactor.blend_alpha”BlendFactor.blend_alpha : unknownno docs found
BlendFactor.one_minus_blend_alpha
Section titled “BlendFactor.one_minus_blend_alpha”BlendFactor.one_minus_blend_alpha : unknownno docs found
BlendFactor.invalid
Section titled “BlendFactor.invalid”BlendFactor.invalid : unknownno docs found
BlendFactor.from_string(.)
Section titled “BlendFactor.from_string(.)”BlendFactor.from_string(value : Any) : unknownno docs found
BlendOperation
Section titled “BlendOperation”import "luxe: render" for BlendOperationno docs found
BlendOperation.add
Section titled “BlendOperation.add”BlendOperation.add : unknownno docs found
BlendOperation.subtract
Section titled “BlendOperation.subtract”BlendOperation.subtract : unknownno docs found
BlendOperation.reverse_subtract
Section titled “BlendOperation.reverse_subtract”BlendOperation.reverse_subtract : unknownno docs found
BlendOperation.min
Section titled “BlendOperation.min”BlendOperation.min : unknownno docs found
BlendOperation.max
Section titled “BlendOperation.max”BlendOperation.max : unknownno docs found
BlendOperation.from_string(.)
Section titled “BlendOperation.from_string(.)”BlendOperation.from_string(value : Any) : unknownno docs found
import "luxe: render" for Clipno docs found
Clip.get_duration(.)
Section titled “Clip.get_duration(.)”Clip.get_duration(clip : Clip) : Numno docs found
ColorWriteMask
Section titled “ColorWriteMask”import "luxe: render" for ColorWriteMaskno docs found
ColorWriteMask.none
Section titled “ColorWriteMask.none”ColorWriteMask.none : unknownno docs found
ColorWriteMask.red
Section titled “ColorWriteMask.red”ColorWriteMask.red : unknownno docs found
ColorWriteMask.green
Section titled “ColorWriteMask.green”ColorWriteMask.green : unknownno docs found
ColorWriteMask.blue
Section titled “ColorWriteMask.blue”ColorWriteMask.blue : unknownno docs found
ColorWriteMask.alpha
Section titled “ColorWriteMask.alpha”ColorWriteMask.alpha : unknownno docs found
ColorWriteMask.all
Section titled “ColorWriteMask.all”ColorWriteMask.all : unknownno docs found
ColorWriteMask.invalid
Section titled “ColorWriteMask.invalid”ColorWriteMask.invalid : unknownno docs found
ColorWriteMask.from_map(.)
Section titled “ColorWriteMask.from_map(.)”ColorWriteMask.from_map(value : Any) : unknownno docs found
ColorWriteMask.from_string(.)
Section titled “ColorWriteMask.from_string(.)”ColorWriteMask.from_string(value : Any) : unknownno docs found
CompareFunction
Section titled “CompareFunction”import "luxe: render" for CompareFunctionno docs found
CompareFunction.never
Section titled “CompareFunction.never”CompareFunction.never : unknownno docs found
CompareFunction.less
Section titled “CompareFunction.less”CompareFunction.less : unknownno docs found
CompareFunction.equal
Section titled “CompareFunction.equal”CompareFunction.equal : unknownno docs found
CompareFunction.less_equal
Section titled “CompareFunction.less_equal”CompareFunction.less_equal : unknownno docs found
CompareFunction.greater
Section titled “CompareFunction.greater”CompareFunction.greater : unknownno docs found
CompareFunction.not_equal
Section titled “CompareFunction.not_equal”CompareFunction.not_equal : unknownno docs found
CompareFunction.greater_equal
Section titled “CompareFunction.greater_equal”CompareFunction.greater_equal : unknownno docs found
CompareFunction.always
Section titled “CompareFunction.always”CompareFunction.always : unknownno docs found
CompareFunction.from_string(.)
Section titled “CompareFunction.from_string(.)”CompareFunction.from_string(value : Any) : unknownno docs found
ComputeLayerDesc
Section titled “ComputeLayerDesc”import "luxe: render" for ComputeLayerDescno docs found
ComputeLayerDesc.new(.)
Section titled “ComputeLayerDesc.new(.)”ComputeLayerDesc.new() : ComputeLayerDescno docs found
ComputeLayerDesc.display_id
Section titled “ComputeLayerDesc.display_id”ComputeLayerDesc.display_id : Stringno docs found
ComputeLayerDesc.display_id
Section titled “ComputeLayerDesc.display_id”ComputeLayerDesc.display_id=(v : String) : unknownno docs found
ComputeLayerDesc.compute_id
Section titled “ComputeLayerDesc.compute_id”ComputeLayerDesc.compute_id : Stringno docs found
ComputeLayerDesc.compute_id
Section titled “ComputeLayerDesc.compute_id”ComputeLayerDesc.compute_id=(v : String) : unknownno docs found
ComputeLayerDesc.dimensions
Section titled “ComputeLayerDesc.dimensions”ComputeLayerDesc.dimensions : Float3no docs found
ComputeLayerDesc.inputs
Section titled “ComputeLayerDesc.inputs”ComputeLayerDesc.inputs : Listno docs found
ComputeLayerDesc.inputs
Section titled “ComputeLayerDesc.inputs”ComputeLayerDesc.inputs=(v : List) : unknownno docs found
ComputeLayerDesc.x
Section titled “ComputeLayerDesc.x”ComputeLayerDesc.x : Numno docs found
ComputeLayerDesc.x
Section titled “ComputeLayerDesc.x”ComputeLayerDesc.x=(v : Num) : unknownno docs found
ComputeLayerDesc.y
Section titled “ComputeLayerDesc.y”ComputeLayerDesc.y : Numno docs found
ComputeLayerDesc.y
Section titled “ComputeLayerDesc.y”ComputeLayerDesc.y=(v : Num) : unknownno docs found
ComputeLayerDesc.z
Section titled “ComputeLayerDesc.z”ComputeLayerDesc.z : Numno docs found
ComputeLayerDesc.z
Section titled “ComputeLayerDesc.z”ComputeLayerDesc.z=(v : Num) : unknownno docs found
ComputeLayerInput
Section titled “ComputeLayerInput”import "luxe: render" for ComputeLayerInputno docs found
ComputeLayerInput.library
Section titled “ComputeLayerInput.library”ComputeLayerInput.library : Stringno docs found
ComputeLayerInput.type
Section titled “ComputeLayerInput.type”ComputeLayerInput.type : Stringno docs found
ComputeLayerInput.input
Section titled “ComputeLayerInput.input”ComputeLayerInput.input : Stringno docs found
ComputeLayerInput.buffer
Section titled “ComputeLayerInput.buffer”ComputeLayerInput.buffer : InputBufferno docs found
ComputeLayerInput.new(…)
Section titled “ComputeLayerInput.new(…)”ComputeLayerInput.new(library : Any, type : String, input : String, buffer : InputBuffer) : ComputeLayerInputno docs found
CullMode
Section titled “CullMode”import "luxe: render" for CullModeno docs found
CullMode.none
Section titled “CullMode.none”CullMode.none : unknownno docs found
CullMode.front
Section titled “CullMode.front”CullMode.front : unknownno docs found
CullMode.back
Section titled “CullMode.back”CullMode.back : unknownno docs found
CullMode.from_string(.)
Section titled “CullMode.from_string(.)”CullMode.from_string(value : Any) : unknownno docs found
Geometry
Section titled “Geometry”import "luxe: render" for Geometryno docs found
Geometry.create(…)
Section titled “Geometry.create(…)”Geometry.create(primitive : Any, material : Any, index_count : Any, index_type : Any, index_buffer : Any) : unknownno docs found
Geometry.create(…)
Section titled “Geometry.create(…)”Geometry.create(primitive : Any, material : Any, vert_count : Any) : unknownno docs found
Geometry.destroy(.)
Section titled “Geometry.destroy(.)”Geometry.destroy(geo : Any) : unknownno docs found
Geometry.valid(.)
Section titled “Geometry.valid(.)”Geometry.valid(geo : Any) : unknownno docs found
Geometry.set_world_matrix(..)
Section titled “Geometry.set_world_matrix(..)”Geometry.set_world_matrix(geo : Any, world : Any) : unknownno docs found
Geometry.set_vertex_buffer(…)
Section titled “Geometry.set_vertex_buffer(…)”Geometry.set_vertex_buffer(geo : Any, index : Any, vertex_buffer : Any) : unknownno docs found
Geometry.get_vertex_buffer(..)
Section titled “Geometry.get_vertex_buffer(..)”Geometry.get_vertex_buffer(geo : Any, index : Any) : unknownno docs found
Geometry.get_index_buffer(.)
Section titled “Geometry.get_index_buffer(.)”Geometry.get_index_buffer(geo : Any) : unknownno docs found
Geometry.set_instance_count(..)
Section titled “Geometry.set_instance_count(..)”Geometry.set_instance_count(geo : Any, count : Any) : unknownno docs found
Geometry.get_instance_count(.)
Section titled “Geometry.get_instance_count(.)”Geometry.get_instance_count(geo : Any) : unknownno docs found
Geometry.set_vert_count(..)
Section titled “Geometry.set_vert_count(..)”Geometry.set_vert_count(geo : Any, count : Any) : unknownno docs found
Geometry.set_material(..)
Section titled “Geometry.set_material(..)”Geometry.set_material(geo : Any, material : Any) : unknownno docs found
Geometry.set_stencil_references(…)
Section titled “Geometry.set_stencil_references(…)”Geometry.set_stencil_references(geo : Any, back : Any, front : Any) : unknownno docs found
Geometry.set_stencil_reference(..)
Section titled “Geometry.set_stencil_reference(..)”Geometry.set_stencil_reference(geo : Any, value : Any) : unknownno docs found
Geometry.set_aabb(…)
Section titled “Geometry.set_aabb(…)”Geometry.set_aabb(geo : Any, center_x : Any, center_y : Any, center_z : Any, radius_x : Any, radius_y : Any, radius_z : Any) : unknownno docs found
Geometry.get_aabb(.)
Section titled “Geometry.get_aabb(.)”Geometry.get_aabb(geo : Any) : unknownno docs found
Geometry.get_world_obb(.)
Section titled “Geometry.get_world_obb(.)”Geometry.get_world_obb(geo : Any) : unknownno docs found
Geometry.get_vert_count(.)
Section titled “Geometry.get_vert_count(.)”Geometry.get_vert_count(geo : Any) : unknownno docs found
Geometry.get_material(.)
Section titled “Geometry.get_material(.)”Geometry.get_material(geo : Any) : unknownno docs found
Geometry.obb_intersect_ray(…)
Section titled “Geometry.obb_intersect_ray(…)”Geometry.obb_intersect_ray(geo : Any, ray_x : Any, ray_y : Any, ray_z : Any, ray_dir_x : Any, ray_dir_y : Any, ray_dir_z : Any) : unknownno docs found
Geometry.layer_include_add(..)
Section titled “Geometry.layer_include_add(..)”Geometry.layer_include_add(geo : Any, layer_id : Any) : unknownno docs found
Geometry.layer_include_remove(..)
Section titled “Geometry.layer_include_remove(..)”Geometry.layer_include_remove(geo : Any, layer_id : Any) : unknownno docs found
Geometry.layer_exclude_add(..)
Section titled “Geometry.layer_exclude_add(..)”Geometry.layer_exclude_add(geo : Any, layer_id : Any) : unknownno docs found
Geometry.layer_exclude_remove(..)
Section titled “Geometry.layer_exclude_remove(..)”Geometry.layer_exclude_remove(geo : Any, layer_id : Any) : unknownno docs found
import "luxe: render" for Imageno docs found
Image.create(.)
Section titled “Image.create(.)”Image.create(desc : Any) : unknownno docs found
Image.redefine(..)
Section titled “Image.redefine(..)”Image.redefine(image : Any, desc : Any) : unknownno docs found
Image.destroy(.)
Section titled “Image.destroy(.)”Image.destroy(name : Any) : unknownno docs found
Image.valid(.)
Section titled “Image.valid(.)”Image.valid(name : Any) : unknownno docs found
Image.get_resource(.)
Section titled “Image.get_resource(.)”Image.get_resource(name : Any) : unknownno docs found
Image.generate_mipmaps(.)
Section titled “Image.generate_mipmaps(.)”Image.generate_mipmaps(image : Any) : unknownno docs found
Image.update(…)
Section titled “Image.update(…)”Image.update(image : Any, x : Any, y : Any, w : Any, h : Any, level : Any, slice : Any, bytes : Any) : unknownno docs found
Image.get_type(.)
Section titled “Image.get_type(.)”Image.get_type(image : Any) : unknownno docs found
Image.get_width(.)
Section titled “Image.get_width(.)”Image.get_width(image : Any) : unknownno docs found
Image.get_height(.)
Section titled “Image.get_height(.)”Image.get_height(image : Any) : unknownno docs found
Image.get_depth(.)
Section titled “Image.get_depth(.)”Image.get_depth(image : Any) : unknownno docs found
Image.get_pixel_format(.)
Section titled “Image.get_pixel_format(.)”Image.get_pixel_format(image : Any) : unknownno docs found
Image.get_mipmap_levels(.)
Section titled “Image.get_mipmap_levels(.)”Image.get_mipmap_levels(image : Any) : unknownno docs found
Image.get_array_length(.)
Section titled “Image.get_array_length(.)”Image.get_array_length(image : Any) : unknownno docs found
Image.get_sample_count(.)
Section titled “Image.get_sample_count(.)”Image.get_sample_count(image : Any) : unknownno docs found
Image.get_bytes(..)
Section titled “Image.get_bytes(..)”Image.get_bytes(image : Any, into_bytes : Any) : unknownno docs found
ImageDesc
Section titled “ImageDesc”import "luxe: render" for ImageDescno docs found
ImageDesc.display_id
Section titled “ImageDesc.display_id”ImageDesc.display_id : unknownno docs found
ImageDesc.display_id
Section titled “ImageDesc.display_id”ImageDesc.display_id=(v : Any) : unknownno docs found
ImageDesc.type
Section titled “ImageDesc.type”ImageDesc.type : unknownno docs found
ImageDesc.type
Section titled “ImageDesc.type”ImageDesc.type=(v : Any) : unknownno docs found
ImageDesc.pixel_format
Section titled “ImageDesc.pixel_format”ImageDesc.pixel_format : unknownno docs found
ImageDesc.pixel_format
Section titled “ImageDesc.pixel_format”ImageDesc.pixel_format=(v : Any) : unknownno docs found
ImageDesc.width
Section titled “ImageDesc.width”ImageDesc.width : unknownno docs found
ImageDesc.width
Section titled “ImageDesc.width”ImageDesc.width=(v : Any) : unknownno docs found
ImageDesc.height
Section titled “ImageDesc.height”ImageDesc.height : unknownno docs found
ImageDesc.height
Section titled “ImageDesc.height”ImageDesc.height=(v : Any) : unknownno docs found
ImageDesc.depth
Section titled “ImageDesc.depth”ImageDesc.depth : unknownno docs found
ImageDesc.depth
Section titled “ImageDesc.depth”ImageDesc.depth=(v : Any) : unknownno docs found
ImageDesc.mipmap_levels
Section titled “ImageDesc.mipmap_levels”ImageDesc.mipmap_levels : unknownno docs found
ImageDesc.mipmap_levels
Section titled “ImageDesc.mipmap_levels”ImageDesc.mipmap_levels=(v : Any) : unknownno docs found
ImageDesc.array_length
Section titled “ImageDesc.array_length”ImageDesc.array_length : unknownno docs found
ImageDesc.array_length
Section titled “ImageDesc.array_length”ImageDesc.array_length=(v : Any) : unknownno docs found
ImageDesc.sample_count
Section titled “ImageDesc.sample_count”ImageDesc.sample_count : unknownno docs found
ImageDesc.sample_count
Section titled “ImageDesc.sample_count”ImageDesc.sample_count=(v : Any) : unknownno docs found
ImageDesc.usage
Section titled “ImageDesc.usage”ImageDesc.usage : unknownno docs found
ImageDesc.usage
Section titled “ImageDesc.usage”ImageDesc.usage=(v : Any) : unknownno docs found
ImageDesc.new(.)
Section titled “ImageDesc.new(.)”ImageDesc.new() : ImageDescno docs found
ImageType
Section titled “ImageType”import "luxe: render" for ImageTypeno docs found
ImageType.invalid
Section titled “ImageType.invalid”ImageType.invalid : unknownno docs found
ImageType.image1D
Section titled “ImageType.image1D”ImageType.image1D : unknownno docs found
ImageType.image1DArray
Section titled “ImageType.image1DArray”ImageType.image1DArray : unknownno docs found
ImageType.image2D
Section titled “ImageType.image2D”ImageType.image2D : unknownno docs found
ImageType.image2DArray
Section titled “ImageType.image2DArray”ImageType.image2DArray : unknownno docs found
ImageType.image2DMultisample
Section titled “ImageType.image2DMultisample”ImageType.image2DMultisample : unknownno docs found
ImageType.imageCube
Section titled “ImageType.imageCube”ImageType.imageCube : unknownno docs found
ImageType.imageCubeArray
Section titled “ImageType.imageCubeArray”ImageType.imageCubeArray : unknownno docs found
ImageType.image3D
Section titled “ImageType.image3D”ImageType.image3D : unknownno docs found
ImageType.from_string(.)
Section titled “ImageType.from_string(.)”ImageType.from_string(value : Any) : unknownno docs found
ImageType.name(.)
Section titled “ImageType.name(.)”ImageType.name(value : Any) : unknownno docs found
ImageUsage
Section titled “ImageUsage”import "luxe: render" for ImageUsageno docs found
ImageUsage.unknown
Section titled “ImageUsage.unknown”ImageUsage.unknown : unknownno docs found
ImageUsage.shader_read
Section titled “ImageUsage.shader_read”ImageUsage.shader_read : unknownno docs found
ImageUsage.shader_write
Section titled “ImageUsage.shader_write”ImageUsage.shader_write : unknownno docs found
ImageUsage.shader_read_write
Section titled “ImageUsage.shader_read_write”ImageUsage.shader_read_write : unknownno docs found
ImageUsage.render_target
Section titled “ImageUsage.render_target”ImageUsage.render_target : unknownno docs found
ImageUsage.pixel_format_view
Section titled “ImageUsage.pixel_format_view”ImageUsage.pixel_format_view : unknownno docs found
ImageUsage.stream
Section titled “ImageUsage.stream”ImageUsage.stream : unknownno docs found
IndexType
Section titled “IndexType”import "luxe: render" for IndexTypeno docs found
IndexType.none
Section titled “IndexType.none”IndexType.none : unknownno docs found
IndexType.u16
Section titled “IndexType.u16”IndexType.u16 : unknownno docs found
IndexType.u32
Section titled “IndexType.u32”IndexType.u32 : unknownno docs found
IndexType.size_of(.)
Section titled “IndexType.size_of(.)”IndexType.size_of(value : Any) : unknownno docs found
InputBuffer
Section titled “InputBuffer”import "luxe: render" for InputBufferno docs found
InputBuffer.create(…)
Section titled “InputBuffer.create(…)”InputBuffer.create(library : String, type : String, input : String, N : Num) : InputBufferno docs found
InputBuffer.set(..)
Section titled “InputBuffer.set(..)”InputBuffer.set(buffer : InputBuffer, data : String) : unknownno docs found
LayerCompute
Section titled “LayerCompute”import "luxe: render" for LayerComputeno docs found
LayerCompute.id
Section titled “LayerCompute.id”LayerCompute.id : unknownno docs found
LayerCompute.id
Section titled “LayerCompute.id”LayerCompute.id=(v : Any) : unknownno docs found
LayerCompute.new(.)
Section titled “LayerCompute.new(.)”LayerCompute.new(desc : ComputeLayerDesc) : LayerComputeno docs found
LayerCompute.update(.)
Section titled “LayerCompute.update(.)”LayerCompute.update(desc : ComputeLayerDesc) : unknownno docs found
LayerCompute.queue(.)
Section titled “LayerCompute.queue(.)”LayerCompute.queue(path : RenderPath) : unknownno docs found
LayerPass
Section titled “LayerPass”import "luxe: render" for LayerPassno docs found
LayerPass.id
Section titled “LayerPass.id”LayerPass.id : unknownno docs found
LayerPass.id
Section titled “LayerPass.id”LayerPass.id=(v : Any) : unknownno docs found
LayerPass.new(.)
Section titled “LayerPass.new(.)”LayerPass.new(pass : Any) : LayerPassno docs found
LayerPass.queue(.)
Section titled “LayerPass.queue(.)”LayerPass.queue(path : Any) : unknownno docs found
LayerPass.new(..)
Section titled “LayerPass.new(..)”LayerPass.new(path : Any, pass : Any) : LayerPassno docs found
LayerPass.create_dest(.)
Section titled “LayerPass.create_dest(.)”LayerPass.create_dest(pass : Any) : unknownno docs found
LayerPass.update_material(.)
Section titled “LayerPass.update_material(.)”LayerPass.update_material(desc : Any) : unknownno docs found
LayerPass.create_material(.)
Section titled “LayerPass.create_material(.)”LayerPass.create_material(pass : PassLayerDesc) : unknownno docs found
LoadAction
Section titled “LoadAction”import "luxe: render" for LoadActionno docs found
LoadAction.dont_care
Section titled “LoadAction.dont_care”LoadAction.dont_care : unknownno docs found
LoadAction.load
Section titled “LoadAction.load”LoadAction.load : unknownno docs found
LoadAction.clear
Section titled “LoadAction.clear”LoadAction.clear : unknownno docs found
Material
Section titled “Material”import "luxe: render" for Materialno docs found
Material.create(.)
Section titled “Material.create(.)”Material.create(basis_type : Any) : unknownno docs found
Material.clone(.)
Section titled “Material.clone(.)”Material.clone(material : Any) : unknownno docs found
Material.destroy(.)
Section titled “Material.destroy(.)”Material.destroy(material : Any) : unknownno docs found
Material.valid(.)
Section titled “Material.valid(.)”Material.valid(material : Any) : unknownno docs found
Material.undefine(.)
Section titled “Material.undefine(.)”Material.undefine(name : Any) : unknownno docs found
Material.get_source_id(.)
Section titled “Material.get_source_id(.)”Material.get_source_id(material : Any) : unknownno docs found
Material.set_source_id(..)
Section titled “Material.set_source_id(..)”Material.set_source_id(material : Any, source_id : Any) : unknownno docs found
Material.set_stencil_references(…)
Section titled “Material.set_stencil_references(…)”Material.set_stencil_references(material : Any, back : Any, front : Any) : unknownno docs found
Material.set_stencil_reference(..)
Section titled “Material.set_stencil_reference(..)”Material.set_stencil_reference(material : Any, value : Any) : unknownno docs found
Material.get_input_list(.)
Section titled “Material.get_input_list(.)”Material.get_input_list(material : Any) : unknownno docs found
Material.get_input_image(..)
Section titled “Material.get_input_image(..)”Material.get_input_image(material : Any, name : Any) : unknownno docs found
Material.has_input(..)
Section titled “Material.has_input(..)”Material.has_input(material : Any, name : Any) : unknownno docs found
Material.get_input_type(..)
Section titled “Material.get_input_type(..)”Material.get_input_type(material : Any, name : Any) : unknownno docs found
Material.is_input_array(..)
Section titled “Material.is_input_array(..)”Material.is_input_array(material : Any, name : Any) : unknownno docs found
Material.set_input(…)
Section titled “Material.set_input(…)”Material.set_input(material : Any, name : Any, value : Any) : unknownno docs found
Material.define(..)
Section titled “Material.define(..)”Material.define(name : Any, desc : Any) : unknownno docs found
MaterialDesc
Section titled “MaterialDesc”import "luxe: render" for MaterialDescno docs found
Variables
Section titled “Variables”var pass_usage : List = nullMaterialDesc.new(.)
Section titled “MaterialDesc.new(.)”MaterialDesc.new() : MaterialDescno docs found
MaterialDesc.vertex_format
Section titled “MaterialDesc.vertex_format”MaterialDesc.vertex_format : unknownno docs found
MaterialDesc.vertex_format
Section titled “MaterialDesc.vertex_format”MaterialDesc.vertex_format=(v : Any) : unknownno docs found
MaterialDesc.vertex
Section titled “MaterialDesc.vertex”MaterialDesc.vertex : unknownno docs found
MaterialDesc.vertex
Section titled “MaterialDesc.vertex”MaterialDesc.vertex=(v : Any) : unknownno docs found
MaterialDesc.fragment
Section titled “MaterialDesc.fragment”MaterialDesc.fragment : unknownno docs found
MaterialDesc.fragment
Section titled “MaterialDesc.fragment”MaterialDesc.fragment=(v : Any) : unknownno docs found
MaterialDesc.geometry
Section titled “MaterialDesc.geometry”MaterialDesc.geometry : unknownno docs found
MaterialDesc.geometry
Section titled “MaterialDesc.geometry”MaterialDesc.geometry=(v : Any) : unknownno docs found
MaterialDesc.depth_bias_enabled
Section titled “MaterialDesc.depth_bias_enabled”MaterialDesc.depth_bias_enabled : unknownno docs found
MaterialDesc.depth_bias_enabled
Section titled “MaterialDesc.depth_bias_enabled”MaterialDesc.depth_bias_enabled=(v : Any) : unknownno docs found
MaterialDesc.depth_bias
Section titled “MaterialDesc.depth_bias”MaterialDesc.depth_bias : unknownno docs found
MaterialDesc.depth_bias
Section titled “MaterialDesc.depth_bias”MaterialDesc.depth_bias=(v : Any) : unknownno docs found
MaterialDesc.depth_bias_slope_scale
Section titled “MaterialDesc.depth_bias_slope_scale”MaterialDesc.depth_bias_slope_scale : unknownno docs found
MaterialDesc.depth_bias_slope_scale
Section titled “MaterialDesc.depth_bias_slope_scale”MaterialDesc.depth_bias_slope_scale=(v : Any) : unknownno docs found
MaterialDesc.depth_test
Section titled “MaterialDesc.depth_test”MaterialDesc.depth_test : unknownno docs found
MaterialDesc.depth_test
Section titled “MaterialDesc.depth_test”MaterialDesc.depth_test=(v : Any) : unknownno docs found
MaterialDesc.depth_write
Section titled “MaterialDesc.depth_write”MaterialDesc.depth_write : unknownno docs found
MaterialDesc.depth_write
Section titled “MaterialDesc.depth_write”MaterialDesc.depth_write=(v : Any) : unknownno docs found
MaterialDesc.depth_compare
Section titled “MaterialDesc.depth_compare”MaterialDesc.depth_compare : unknownno docs found
MaterialDesc.depth_compare
Section titled “MaterialDesc.depth_compare”MaterialDesc.depth_compare=(v : Any) : unknownno docs found
MaterialDesc.stencil_test
Section titled “MaterialDesc.stencil_test”MaterialDesc.stencil_test : unknownno docs found
MaterialDesc.stencil_test
Section titled “MaterialDesc.stencil_test”MaterialDesc.stencil_test=(v : Any) : unknownno docs found
MaterialDesc.write_mask
Section titled “MaterialDesc.write_mask”MaterialDesc.write_mask : unknownno docs found
MaterialDesc.write_mask
Section titled “MaterialDesc.write_mask”MaterialDesc.write_mask=(v : Any) : unknownno docs found
MaterialDesc.blending
Section titled “MaterialDesc.blending”MaterialDesc.blending : unknownno docs found
MaterialDesc.blending
Section titled “MaterialDesc.blending”MaterialDesc.blending=(v : Any) : unknownno docs found
MaterialDesc.alpha_blend
Section titled “MaterialDesc.alpha_blend”MaterialDesc.alpha_blend : unknownno docs found
MaterialDesc.alpha_blend
Section titled “MaterialDesc.alpha_blend”MaterialDesc.alpha_blend=(v : Any) : unknownno docs found
MaterialDesc.rgb_blend
Section titled “MaterialDesc.rgb_blend”MaterialDesc.rgb_blend : unknownno docs found
MaterialDesc.rgb_blend
Section titled “MaterialDesc.rgb_blend”MaterialDesc.rgb_blend=(v : Any) : unknownno docs found
MaterialDesc.src_alpha
Section titled “MaterialDesc.src_alpha”MaterialDesc.src_alpha : unknownno docs found
MaterialDesc.src_alpha
Section titled “MaterialDesc.src_alpha”MaterialDesc.src_alpha=(v : Any) : unknownno docs found
MaterialDesc.src_rgb
Section titled “MaterialDesc.src_rgb”MaterialDesc.src_rgb : unknownno docs found
MaterialDesc.src_rgb
Section titled “MaterialDesc.src_rgb”MaterialDesc.src_rgb=(v : Any) : unknownno docs found
MaterialDesc.dest_alpha
Section titled “MaterialDesc.dest_alpha”MaterialDesc.dest_alpha : unknownno docs found
MaterialDesc.dest_alpha
Section titled “MaterialDesc.dest_alpha”MaterialDesc.dest_alpha=(v : Any) : unknownno docs found
MaterialDesc.dest_rgb
Section titled “MaterialDesc.dest_rgb”MaterialDesc.dest_rgb : unknownno docs found
MaterialDesc.dest_rgb
Section titled “MaterialDesc.dest_rgb”MaterialDesc.dest_rgb=(v : Any) : unknownno docs found
MaterialDesc.blend_color
Section titled “MaterialDesc.blend_color”MaterialDesc.blend_color : unknownno docs found
MaterialDesc.blend_color
Section titled “MaterialDesc.blend_color”MaterialDesc.blend_color=(v : Any) : unknownno docs found
MaterialDesc.cull
Section titled “MaterialDesc.cull”MaterialDesc.cull : unknownno docs found
MaterialDesc.cull
Section titled “MaterialDesc.cull”MaterialDesc.cull=(v : Any) : unknownno docs found
MaterialDesc.winding
Section titled “MaterialDesc.winding”MaterialDesc.winding : unknownno docs found
MaterialDesc.winding
Section titled “MaterialDesc.winding”MaterialDesc.winding=(v : Any) : unknownno docs found
MaterialDesc.layers
Section titled “MaterialDesc.layers”MaterialDesc.layers : unknownno docs found
MaterialDesc.layers
Section titled “MaterialDesc.layers”MaterialDesc.layers=(v : Any) : unknownno docs found
MaterialDesc.inputs
Section titled “MaterialDesc.inputs”MaterialDesc.inputs : unknownno docs found
MaterialDesc.inputs
Section titled “MaterialDesc.inputs”MaterialDesc.inputs=(v : Any) : unknownno docs found
MaterialDesc.blocks
Section titled “MaterialDesc.blocks”MaterialDesc.blocks : unknownno docs found
MaterialDesc.blocks
Section titled “MaterialDesc.blocks”MaterialDesc.blocks=(v : Any) : unknownno docs found
MaterialDesc.replace
Section titled “MaterialDesc.replace”MaterialDesc.replace : unknownno docs found
MaterialDesc.replace
Section titled “MaterialDesc.replace”MaterialDesc.replace=(v : Any) : unknownno docs found
MaterialDesc.stencil_back_failure_stencil
Section titled “MaterialDesc.stencil_back_failure_stencil”MaterialDesc.stencil_back_failure_stencil : unknownno docs found
MaterialDesc.stencil_back_failure_stencil
Section titled “MaterialDesc.stencil_back_failure_stencil”MaterialDesc.stencil_back_failure_stencil=(v : Any) : unknownno docs found
MaterialDesc.stencil_back_failure_depth
Section titled “MaterialDesc.stencil_back_failure_depth”MaterialDesc.stencil_back_failure_depth : unknownno docs found
MaterialDesc.stencil_back_failure_depth
Section titled “MaterialDesc.stencil_back_failure_depth”MaterialDesc.stencil_back_failure_depth=(v : Any) : unknownno docs found
MaterialDesc.stencil_back_pass_depth_stencil
Section titled “MaterialDesc.stencil_back_pass_depth_stencil”MaterialDesc.stencil_back_pass_depth_stencil : unknownno docs found
MaterialDesc.stencil_back_pass_depth_stencil
Section titled “MaterialDesc.stencil_back_pass_depth_stencil”MaterialDesc.stencil_back_pass_depth_stencil=(v : Any) : unknownno docs found
MaterialDesc.stencil_back_compare
Section titled “MaterialDesc.stencil_back_compare”MaterialDesc.stencil_back_compare : unknownno docs found
MaterialDesc.stencil_back_compare
Section titled “MaterialDesc.stencil_back_compare”MaterialDesc.stencil_back_compare=(v : Any) : unknownno docs found
MaterialDesc.stencil_back_mask_read
Section titled “MaterialDesc.stencil_back_mask_read”MaterialDesc.stencil_back_mask_read : unknownno docs found
MaterialDesc.stencil_back_mask_read
Section titled “MaterialDesc.stencil_back_mask_read”MaterialDesc.stencil_back_mask_read=(v : Any) : unknownno docs found
MaterialDesc.stencil_back_mask_write
Section titled “MaterialDesc.stencil_back_mask_write”MaterialDesc.stencil_back_mask_write : unknownno docs found
MaterialDesc.stencil_back_mask_write
Section titled “MaterialDesc.stencil_back_mask_write”MaterialDesc.stencil_back_mask_write=(v : Any) : unknownno docs found
MaterialDesc.stencil_back_reference
Section titled “MaterialDesc.stencil_back_reference”MaterialDesc.stencil_back_reference : unknownno docs found
MaterialDesc.stencil_back_reference
Section titled “MaterialDesc.stencil_back_reference”MaterialDesc.stencil_back_reference=(v : Any) : unknownno docs found
MaterialDesc.stencil_front_failure_stencil
Section titled “MaterialDesc.stencil_front_failure_stencil”MaterialDesc.stencil_front_failure_stencil : unknownno docs found
MaterialDesc.stencil_front_failure_stencil
Section titled “MaterialDesc.stencil_front_failure_stencil”MaterialDesc.stencil_front_failure_stencil=(v : Any) : unknownno docs found
MaterialDesc.stencil_front_failure_depth
Section titled “MaterialDesc.stencil_front_failure_depth”MaterialDesc.stencil_front_failure_depth : unknownno docs found
MaterialDesc.stencil_front_failure_depth
Section titled “MaterialDesc.stencil_front_failure_depth”MaterialDesc.stencil_front_failure_depth=(v : Any) : unknownno docs found
MaterialDesc.stencil_front_pass_depth_stencil
Section titled “MaterialDesc.stencil_front_pass_depth_stencil”MaterialDesc.stencil_front_pass_depth_stencil : unknownno docs found
MaterialDesc.stencil_front_pass_depth_stencil
Section titled “MaterialDesc.stencil_front_pass_depth_stencil”MaterialDesc.stencil_front_pass_depth_stencil=(v : Any) : unknownno docs found
MaterialDesc.stencil_front_compare
Section titled “MaterialDesc.stencil_front_compare”MaterialDesc.stencil_front_compare : unknownno docs found
MaterialDesc.stencil_front_compare
Section titled “MaterialDesc.stencil_front_compare”MaterialDesc.stencil_front_compare=(v : Any) : unknownno docs found
MaterialDesc.stencil_front_mask_read
Section titled “MaterialDesc.stencil_front_mask_read”MaterialDesc.stencil_front_mask_read : unknownno docs found
MaterialDesc.stencil_front_mask_read
Section titled “MaterialDesc.stencil_front_mask_read”MaterialDesc.stencil_front_mask_read=(v : Any) : unknownno docs found
MaterialDesc.stencil_front_mask_write
Section titled “MaterialDesc.stencil_front_mask_write”MaterialDesc.stencil_front_mask_write : unknownno docs found
MaterialDesc.stencil_front_mask_write
Section titled “MaterialDesc.stencil_front_mask_write”MaterialDesc.stencil_front_mask_write=(v : Any) : unknownno docs found
MaterialDesc.stencil_front_reference
Section titled “MaterialDesc.stencil_front_reference”MaterialDesc.stencil_front_reference : unknownno docs found
MaterialDesc.stencil_front_reference
Section titled “MaterialDesc.stencil_front_reference”MaterialDesc.stencil_front_reference=(v : Any) : unknownno docs found
MaterialFunction
Section titled “MaterialFunction”import "luxe: render" for MaterialFunctionno docs found
MaterialFunction.library
Section titled “MaterialFunction.library”MaterialFunction.library : unknownno docs found
MaterialFunction.library
Section titled “MaterialFunction.library”MaterialFunction.library=(v : Any) : unknownno docs found
MaterialFunction.function
Section titled “MaterialFunction.function”MaterialFunction.function : unknownno docs found
MaterialFunction.function
Section titled “MaterialFunction.function”MaterialFunction.function=(v : Any) : unknownno docs found
MaterialFunction.new(.)
Section titled “MaterialFunction.new(.)”MaterialFunction.new() : MaterialFunctionno docs found
MaterialInput
Section titled “MaterialInput”import "luxe: render" for MaterialInputno docs found
MaterialInput.name
Section titled “MaterialInput.name”MaterialInput.name : unknownno docs found
MaterialInput.name
Section titled “MaterialInput.name”MaterialInput.name=(name : Any) : unknownno docs found
MaterialInput.type
Section titled “MaterialInput.type”MaterialInput.type : unknownno docs found
MaterialInput.type
Section titled “MaterialInput.type”MaterialInput.type=(type : Any) : unknownno docs found
MaterialInput.value
Section titled “MaterialInput.value”MaterialInput.value : unknownno docs found
MaterialInput.value
Section titled “MaterialInput.value”MaterialInput.value=(value : Any) : unknownno docs found
MaterialInput.count
Section titled “MaterialInput.count”MaterialInput.count : unknownno docs found
MaterialInput.count
Section titled “MaterialInput.count”MaterialInput.count=(count : Any) : unknownno docs found
MaterialInput.new(.)
Section titled “MaterialInput.new(.)”MaterialInput.new() : MaterialInputno docs found
MaterialInput.new(…)
Section titled “MaterialInput.new(…)”MaterialInput.new(name : Any, type : Any, value : Any, count : Any) : MaterialInputno docs found
MaterialInput.new(…)
Section titled “MaterialInput.new(…)”MaterialInput.new(name : Any, type : Any, value : Any) : MaterialInputno docs found
MaterialInput.init(…)
Section titled “MaterialInput.init(…)”MaterialInput.init(name : Any, type : Any, value : Any, count : Any) : unknownno docs found
MaterialInputBlock
Section titled “MaterialInputBlock”import "luxe: render" for MaterialInputBlockno docs found
MaterialInputBlock.get_defined(.)
Section titled “MaterialInputBlock.get_defined(.)”MaterialInputBlock.get_defined(name : Any) : unknownno docs found
MaterialInputBlock.has_input(..)
Section titled “MaterialInputBlock.has_input(..)”MaterialInputBlock.has_input(block : Any, name : Any) : unknownno docs found
MaterialInputBlock.is_input_array(..)
Section titled “MaterialInputBlock.is_input_array(..)”MaterialInputBlock.is_input_array(block : Any, name : Any) : unknownno docs found
MaterialInputBlock.set_floats(…)
Section titled “MaterialInputBlock.set_floats(…)”MaterialInputBlock.set_floats(block : MaterialInputBlock, name : String, value : Floats) : unknownno docs found
MaterialInputBlock.set_bytes(…)
Section titled “MaterialInputBlock.set_bytes(…)”MaterialInputBlock.set_bytes(block : MaterialInputBlock, name : String, value : Bytes) : unknownno docs found
MaterialInputBlock.set(…)
Section titled “MaterialInputBlock.set(…)”MaterialInputBlock.set(block : Any, name : Any, value : Any) : unknownno docs found
MaterialInputImage
Section titled “MaterialInputImage”import "luxe: render" for MaterialInputImageno docs found
MaterialInputImage.image
Section titled “MaterialInputImage.image”MaterialInputImage.image : unknownno docs found
MaterialInputImage.image
Section titled “MaterialInputImage.image”MaterialInputImage.image=(image : Any) : unknownno docs found
MaterialInputImage.type
Section titled “MaterialInputImage.type”MaterialInputImage.type : unknownno docs found
MaterialInputImage.type
Section titled “MaterialInputImage.type”MaterialInputImage.type=(type : Any) : unknownno docs found
MaterialInputImage.sampler
Section titled “MaterialInputImage.sampler”MaterialInputImage.sampler : unknownno docs found
MaterialInputImage.sampler
Section titled “MaterialInputImage.sampler”MaterialInputImage.sampler=(value : Any) : unknownno docs found
MaterialInputImage.new(.)
Section titled “MaterialInputImage.new(.)”MaterialInputImage.new() : MaterialInputImageno docs found
MaterialInputImage.new(..)
Section titled “MaterialInputImage.new(..)”MaterialInputImage.new(in_image : Any, in_sampler : Any) : MaterialInputImageno docs found
MaterialInputImage.new(…)
Section titled “MaterialInputImage.new(…)”MaterialInputImage.new(in_image : Any, in_sampler : Any, in_type : Any) : MaterialInputImageno docs found
MaterialInputType
Section titled “MaterialInputType”import "luxe: render" for MaterialInputTypeno docs found
MaterialInputType.invalid
Section titled “MaterialInputType.invalid”MaterialInputType.invalid : unknownno docs found
MaterialInputType.bool
Section titled “MaterialInputType.bool”MaterialInputType.bool : unknownno docs found
MaterialInputType.bool2
Section titled “MaterialInputType.bool2”MaterialInputType.bool2 : unknownno docs found
MaterialInputType.bool4
Section titled “MaterialInputType.bool4”MaterialInputType.bool4 : unknownno docs found
MaterialInputType.int
Section titled “MaterialInputType.int”MaterialInputType.int : unknownno docs found
MaterialInputType.int2
Section titled “MaterialInputType.int2”MaterialInputType.int2 : unknownno docs found
MaterialInputType.int4
Section titled “MaterialInputType.int4”MaterialInputType.int4 : unknownno docs found
MaterialInputType.uint
Section titled “MaterialInputType.uint”MaterialInputType.uint : unknownno docs found
MaterialInputType.uint2
Section titled “MaterialInputType.uint2”MaterialInputType.uint2 : unknownno docs found
MaterialInputType.uint4
Section titled “MaterialInputType.uint4”MaterialInputType.uint4 : unknownno docs found
MaterialInputType.float
Section titled “MaterialInputType.float”MaterialInputType.float : unknownno docs found
MaterialInputType.float2
Section titled “MaterialInputType.float2”MaterialInputType.float2 : unknownno docs found
MaterialInputType.float4
Section titled “MaterialInputType.float4”MaterialInputType.float4 : unknownno docs found
MaterialInputType.mat4
Section titled “MaterialInputType.mat4”MaterialInputType.mat4 : unknownno docs found
MaterialInputType.image
Section titled “MaterialInputType.image”MaterialInputType.image : unknownno docs found
MaterialInputType.from_string(.)
Section titled “MaterialInputType.from_string(.)”MaterialInputType.from_string(value : Any) : unknownno docs found
MaterialInputType.name(.)
Section titled “MaterialInputType.name(.)”MaterialInputType.name(value : Any) : unknownno docs found
MaterialInputType.size_of(.)
Section titled “MaterialInputType.size_of(.)”MaterialInputType.size_of(value : Any) : unknownno docs found
MaterialInputType.default_of(.)
Section titled “MaterialInputType.default_of(.)”MaterialInputType.default_of(value : Any) : unknownno docs found
MaterialReplace
Section titled “MaterialReplace”import "luxe: render" for MaterialReplaceno docs found
MaterialReplace.tag
Section titled “MaterialReplace.tag”MaterialReplace.tag : unknownno docs found
MaterialReplace.tag
Section titled “MaterialReplace.tag”MaterialReplace.tag=(v : Any) : unknownno docs found
MaterialReplace.basis
Section titled “MaterialReplace.basis”MaterialReplace.basis : unknownno docs found
MaterialReplace.basis
Section titled “MaterialReplace.basis”MaterialReplace.basis=(v : Any) : unknownno docs found
MaterialReplace.new(.)
Section titled “MaterialReplace.new(.)”MaterialReplace.new() : MaterialReplaceno docs found
PassLayerDesc
Section titled “PassLayerDesc”import "luxe: render" for PassLayerDescno docs found
Variables
Section titled “Variables”var display_id : String = "Pass Layer"var pass_usage : List = nullPassLayerDesc.new(.)
Section titled “PassLayerDesc.new(.)”PassLayerDesc.new() : PassLayerDescno docs found
PassLayerDesc.dest
Section titled “PassLayerDesc.dest”PassLayerDesc.dest : unknownno docs found
PassLayerDesc.dest
Section titled “PassLayerDesc.dest”PassLayerDesc.dest=(v : Any) : unknownno docs found
PassLayerDesc.basis
Section titled “PassLayerDesc.basis”PassLayerDesc.basis : unknownno docs found
PassLayerDesc.basis
Section titled “PassLayerDesc.basis”PassLayerDesc.basis=(v : Any) : unknownno docs found
PassLayerDesc.inputs
Section titled “PassLayerDesc.inputs”PassLayerDesc.inputs : unknownno docs found
PassLayerDesc.inputs
Section titled “PassLayerDesc.inputs”PassLayerDesc.inputs=(v : Any) : unknownno docs found
PassLayerDesc.targets
Section titled “PassLayerDesc.targets”PassLayerDesc.targets : unknownno docs found
PassLayerDesc.targets
Section titled “PassLayerDesc.targets”PassLayerDesc.targets=(v : Any) : unknownno docs found
PassLayerDesc.vertex
Section titled “PassLayerDesc.vertex”PassLayerDesc.vertex=(v : Any) : unknownno docs found
PassLayerDesc.vertex
Section titled “PassLayerDesc.vertex”PassLayerDesc.vertex : unknownno docs found
PassLayerDesc.fragment
Section titled “PassLayerDesc.fragment”PassLayerDesc.fragment=(v : Any) : unknownno docs found
PassLayerDesc.fragment
Section titled “PassLayerDesc.fragment”PassLayerDesc.fragment : unknownno docs found
PassLayerDesc.clear_color
Section titled “PassLayerDesc.clear_color”PassLayerDesc.clear_color : unknownno docs found
PassLayerDesc.clear_color
Section titled “PassLayerDesc.clear_color”PassLayerDesc.clear_color=(v : Any) : unknownno docs found
PassLayerDesc.clear_depth
Section titled “PassLayerDesc.clear_depth”PassLayerDesc.clear_depth : unknownno docs found
PassLayerDesc.clear_depth
Section titled “PassLayerDesc.clear_depth”PassLayerDesc.clear_depth=(v : Any) : unknownno docs found
PassLayerDesc.blending
Section titled “PassLayerDesc.blending”PassLayerDesc.blending : unknownno docs found
PassLayerDesc.blending
Section titled “PassLayerDesc.blending”PassLayerDesc.blending=(v : Any) : unknownno docs found
PassLayerDesc.write_mask
Section titled “PassLayerDesc.write_mask”PassLayerDesc.write_mask : unknownno docs found
PassLayerDesc.write_mask
Section titled “PassLayerDesc.write_mask”PassLayerDesc.write_mask=(v : Any) : unknownno docs found
PassLayerDesc.depth_test
Section titled “PassLayerDesc.depth_test”PassLayerDesc.depth_test : unknownno docs found
PassLayerDesc.depth_test
Section titled “PassLayerDesc.depth_test”PassLayerDesc.depth_test=(v : Any) : unknownno docs found
PassLayerDesc.depth_write
Section titled “PassLayerDesc.depth_write”PassLayerDesc.depth_write : unknownno docs found
PassLayerDesc.depth_write
Section titled “PassLayerDesc.depth_write”PassLayerDesc.depth_write=(v : Any) : unknownno docs found
PassLayerDesc.depth_compare
Section titled “PassLayerDesc.depth_compare”PassLayerDesc.depth_compare : unknownno docs found
PassLayerDesc.depth_compare
Section titled “PassLayerDesc.depth_compare”PassLayerDesc.depth_compare=(v : Any) : unknownno docs found
PixelFormat
Section titled “PixelFormat”import "luxe: render" for PixelFormatno docs found
PixelFormat.invalid
Section titled “PixelFormat.invalid”PixelFormat.invalid : unknownno docs found
PixelFormat.rgb8Unorm
Section titled “PixelFormat.rgb8Unorm”PixelFormat.rgb8Unorm : unknownno docs found
PixelFormat.rgb8Unorm_srgb
Section titled “PixelFormat.rgb8Unorm_srgb”PixelFormat.rgb8Unorm_srgb : unknownno docs found
PixelFormat.rgb8Snorm
Section titled “PixelFormat.rgb8Snorm”PixelFormat.rgb8Snorm : unknownno docs found
PixelFormat.rgb8Uint
Section titled “PixelFormat.rgb8Uint”PixelFormat.rgb8Uint : unknownno docs found
PixelFormat.rgb8Sint
Section titled “PixelFormat.rgb8Sint”PixelFormat.rgb8Sint : unknownno docs found
PixelFormat.rgb16Unorm
Section titled “PixelFormat.rgb16Unorm”PixelFormat.rgb16Unorm : unknownno docs found
PixelFormat.rgb16Snorm
Section titled “PixelFormat.rgb16Snorm”PixelFormat.rgb16Snorm : unknownno docs found
PixelFormat.rgb16Uint
Section titled “PixelFormat.rgb16Uint”PixelFormat.rgb16Uint : unknownno docs found
PixelFormat.rgb16Sint
Section titled “PixelFormat.rgb16Sint”PixelFormat.rgb16Sint : unknownno docs found
PixelFormat.rgb16Float
Section titled “PixelFormat.rgb16Float”PixelFormat.rgb16Float : unknownno docs found
PixelFormat.rgb32Uint
Section titled “PixelFormat.rgb32Uint”PixelFormat.rgb32Uint : unknownno docs found
PixelFormat.rgb32Sint
Section titled “PixelFormat.rgb32Sint”PixelFormat.rgb32Sint : unknownno docs found
PixelFormat.rgb32Float
Section titled “PixelFormat.rgb32Float”PixelFormat.rgb32Float : unknownno docs found
PixelFormat.rgba8Unorm
Section titled “PixelFormat.rgba8Unorm”PixelFormat.rgba8Unorm : unknownno docs found
PixelFormat.rgba8Unorm_srgb
Section titled “PixelFormat.rgba8Unorm_srgb”PixelFormat.rgba8Unorm_srgb : unknownno docs found
PixelFormat.rgba8Snorm
Section titled “PixelFormat.rgba8Snorm”PixelFormat.rgba8Snorm : unknownno docs found
PixelFormat.rgba8Uint
Section titled “PixelFormat.rgba8Uint”PixelFormat.rgba8Uint : unknownno docs found
PixelFormat.rgba8Sint
Section titled “PixelFormat.rgba8Sint”PixelFormat.rgba8Sint : unknownno docs found
PixelFormat.rgba16Unorm
Section titled “PixelFormat.rgba16Unorm”PixelFormat.rgba16Unorm : unknownno docs found
PixelFormat.rgba16Snorm
Section titled “PixelFormat.rgba16Snorm”PixelFormat.rgba16Snorm : unknownno docs found
PixelFormat.rgba16Uint
Section titled “PixelFormat.rgba16Uint”PixelFormat.rgba16Uint : unknownno docs found
PixelFormat.rgba16Sint
Section titled “PixelFormat.rgba16Sint”PixelFormat.rgba16Sint : unknownno docs found
PixelFormat.rgba16Float
Section titled “PixelFormat.rgba16Float”PixelFormat.rgba16Float : unknownno docs found
PixelFormat.rgba32Uint
Section titled “PixelFormat.rgba32Uint”PixelFormat.rgba32Uint : unknownno docs found
PixelFormat.rgba32Sint
Section titled “PixelFormat.rgba32Sint”PixelFormat.rgba32Sint : unknownno docs found
PixelFormat.rgba32Float
Section titled “PixelFormat.rgba32Float”PixelFormat.rgba32Float : unknownno docs found
PixelFormat.r11g11b10Float
Section titled “PixelFormat.r11g11b10Float”PixelFormat.r11g11b10Float : unknownno docs found
PixelFormat.bgra8Unorm
Section titled “PixelFormat.bgra8Unorm”PixelFormat.bgra8Unorm : unknownno docs found
PixelFormat.bgra8Unorm_srgb
Section titled “PixelFormat.bgra8Unorm_srgb”PixelFormat.bgra8Unorm_srgb : unknownno docs found
PixelFormat.depth16Unorm
Section titled “PixelFormat.depth16Unorm”PixelFormat.depth16Unorm : unknownno docs found
PixelFormat.depth32Float
Section titled “PixelFormat.depth32Float”PixelFormat.depth32Float : unknownno docs found
PixelFormat.stencil8
Section titled “PixelFormat.stencil8”PixelFormat.stencil8 : unknownno docs found
PixelFormat.depth24Unorm_stencil8
Section titled “PixelFormat.depth24Unorm_stencil8”PixelFormat.depth24Unorm_stencil8 : unknownno docs found
PixelFormat.depth32Float_stencil8
Section titled “PixelFormat.depth32Float_stencil8”PixelFormat.depth32Float_stencil8 : unknownno docs found
PixelFormat.bc1_rgba
Section titled “PixelFormat.bc1_rgba”PixelFormat.bc1_rgba : unknownno docs found
PixelFormat.bc3_rgba
Section titled “PixelFormat.bc3_rgba”PixelFormat.bc3_rgba : unknownno docs found
PixelFormat.r8Unorm
Section titled “PixelFormat.r8Unorm”PixelFormat.r8Unorm : unknownno docs found
PixelFormat.r8Snorm
Section titled “PixelFormat.r8Snorm”PixelFormat.r8Snorm : unknownno docs found
PixelFormat.r8Uint
Section titled “PixelFormat.r8Uint”PixelFormat.r8Uint : unknownno docs found
PixelFormat.r8Sint
Section titled “PixelFormat.r8Sint”PixelFormat.r8Sint : unknownno docs found
PixelFormat.rg8Unorm
Section titled “PixelFormat.rg8Unorm”PixelFormat.rg8Unorm : unknownno docs found
PixelFormat.rg8Snorm
Section titled “PixelFormat.rg8Snorm”PixelFormat.rg8Snorm : unknownno docs found
PixelFormat.rg8Uint
Section titled “PixelFormat.rg8Uint”PixelFormat.rg8Uint : unknownno docs found
PixelFormat.rg8Sint
Section titled “PixelFormat.rg8Sint”PixelFormat.rg8Sint : unknownno docs found
PixelFormat.r16Uint
Section titled “PixelFormat.r16Uint”PixelFormat.r16Uint : unknownno docs found
PixelFormat.r16Sint
Section titled “PixelFormat.r16Sint”PixelFormat.r16Sint : unknownno docs found
PixelFormat.r16Float
Section titled “PixelFormat.r16Float”PixelFormat.r16Float : unknownno docs found
PixelFormat.rg16Uint
Section titled “PixelFormat.rg16Uint”PixelFormat.rg16Uint : unknownno docs found
PixelFormat.rg16Sint
Section titled “PixelFormat.rg16Sint”PixelFormat.rg16Sint : unknownno docs found
PixelFormat.rg16Float
Section titled “PixelFormat.rg16Float”PixelFormat.rg16Float : unknownno docs found
PixelFormat.r32Uint
Section titled “PixelFormat.r32Uint”PixelFormat.r32Uint : unknownno docs found
PixelFormat.r32Sint
Section titled “PixelFormat.r32Sint”PixelFormat.r32Sint : unknownno docs found
PixelFormat.r32Float
Section titled “PixelFormat.r32Float”PixelFormat.r32Float : unknownno docs found
PixelFormat.rg32Uint
Section titled “PixelFormat.rg32Uint”PixelFormat.rg32Uint : unknownno docs found
PixelFormat.rg32Sint
Section titled “PixelFormat.rg32Sint”PixelFormat.rg32Sint : unknownno docs found
PixelFormat.rg32Float
Section titled “PixelFormat.rg32Float”PixelFormat.rg32Float : unknownno docs found
PixelFormat.from_string(.)
Section titled “PixelFormat.from_string(.)”PixelFormat.from_string(value : Any) : unknownno docs found
PixelFormat.name(.)
Section titled “PixelFormat.name(.)”PixelFormat.name(value : Any) : unknownno docs found
import "luxe: render" for Poseno docs found
Pose.create(.)
Section titled “Pose.create(.)”Pose.create(skeleton : Skeleton) : Poseno docs found
Pose.destroy(.)
Section titled “Pose.destroy(.)”Pose.destroy(pose : Pose) : Noneno docs found
Pose.reset(.)
Section titled “Pose.reset(.)”Pose.reset(pose : Pose) : Noneno docs found
Pose.copy(..)
Section titled “Pose.copy(..)”Pose.copy(from : Pose, to : Pose) : Noneno docs found
Pose.get_bone_pos_joint(..)
Section titled “Pose.get_bone_pos_joint(..)”Pose.get_bone_pos_joint(pose : Pose, bone_id : String) : Float3no docs found
Pose.get_bone_pos(..)
Section titled “Pose.get_bone_pos(..)”Pose.get_bone_pos(pose : Pose, bone_id : String) : Float3no docs found
Pose.get_bone_up(..)
Section titled “Pose.get_bone_up(..)”Pose.get_bone_up(pose : Pose, bone_id : String) : Float3no docs found
Pose.get_bone_forward(..)
Section titled “Pose.get_bone_forward(..)”Pose.get_bone_forward(pose : Pose, bone_id : String) : Float3no docs found
Pose.get_bone_right(..)
Section titled “Pose.get_bone_right(..)”Pose.get_bone_right(pose : Pose, bone_id : String) : Float3no docs found
PoseGraph
Section titled “PoseGraph”import "luxe: render" for PoseGraphno docs found
PoseGraph.create(.)
Section titled “PoseGraph.create(.)”PoseGraph.create(skeleton : Skeleton) : unknownno docs found
PoseGraph.destroy(.)
Section titled “PoseGraph.destroy(.)”PoseGraph.destroy(graph : PoseGraph) : unknownno docs found
PoseGraph.valid(.)
Section titled “PoseGraph.valid(.)”PoseGraph.valid(graph : PoseGraph) : Boolno docs found
PoseGraph.tick(..)
Section titled “PoseGraph.tick(..)”PoseGraph.tick(graph : PoseGraph, delta : Num) : unknownno docs found
PoseGraph.pose(.)
Section titled “PoseGraph.pose(.)”PoseGraph.pose(graph : PoseGraph) : Poseno docs found
PoseGraph.set_time(..)
Section titled “PoseGraph.set_time(..)”PoseGraph.set_time(graph : PoseGraph, time : Num) : unknownno docs found
PoseGraph.get_time(.)
Section titled “PoseGraph.get_time(.)”PoseGraph.get_time(graph : PoseGraph) : Numno docs found
PoseGraph.node_add(..)
Section titled “PoseGraph.node_add(..)”PoseGraph.node_add(graph : PoseGraph, node : PoseNode) : unknownno docs found
PoseGraph.node_remove(..)
Section titled “PoseGraph.node_remove(..)”PoseGraph.node_remove(graph : PoseGraph, index : Num) : unknownno docs found
PoseGraph.node_at(..)
Section titled “PoseGraph.node_at(..)”PoseGraph.node_at(graph : PoseGraph, index : Num) : PoseNodeno docs found
PoseGraph.node_index(..)
Section titled “PoseGraph.node_index(..)”PoseGraph.node_index(graph : PoseGraph, node : PoseNode) : Numno docs found
PoseGraph.node_count(.)
Section titled “PoseGraph.node_count(.)”PoseGraph.node_count(graph : PoseGraph) : Numno docs found
PoseNode
Section titled “PoseNode”import "luxe: render" for PoseNodeno docs found
PoseNode.create(.)
Section titled “PoseNode.create(.)”PoseNode.create(node_type_id : String) : unknownno docs found
PoseNode.destroy(.)
Section titled “PoseNode.destroy(.)”PoseNode.destroy(node : PoseNode) : unknownno docs found
PoseNode.valid(.)
Section titled “PoseNode.valid(.)”PoseNode.valid(node : PoseNode) : Boolno docs found
PoseNode.pose(.)
Section titled “PoseNode.pose(.)”PoseNode.pose(node : PoseNode) : Poseno docs found
PoseNode.block(.)
Section titled “PoseNode.block(.)”PoseNode.block(node : PoseNode) : Blockno docs found
PoseNode.input(.)
Section titled “PoseNode.input(.)”PoseNode.input(node : PoseNode) : Anyno docs found
Primitive
Section titled “Primitive”import "luxe: render" for Primitiveno docs found
Primitive.point
Section titled “Primitive.point”Primitive.point : unknownno docs found
Primitive.line
Section titled “Primitive.line”Primitive.line : unknownno docs found
Primitive.line_strip
Section titled “Primitive.line_strip”Primitive.line_strip : unknownno docs found
Primitive.triangle
Section titled “Primitive.triangle”Primitive.triangle : unknownno docs found
Primitive.triangle_strip
Section titled “Primitive.triangle_strip”Primitive.triangle_strip : unknownno docs found
Primitive.from_string(.)
Section titled “Primitive.from_string(.)”Primitive.from_string(value : Any) : unknownno docs found
Render
Section titled “Render”import "luxe: render" for Renderno docs found
Render.dispatch(…)
Section titled “Render.dispatch(…)”Render.dispatch(library : String, function : String, x : Num, y : Num, z : Num) : NoneDispatch a compute function directly (todo: doesn’t have a way to get inputs atm)
Render.submit(…)
Section titled “Render.submit(…)”Render.submit(set : RenderSet, target_path : RenderPath, target_resource : String, target_region : Float4, mat_proj : Floats, mat_view : Floats) : unknownno docs found
Render.submit_now(…)
Section titled “Render.submit_now(…)”Render.submit_now(set : RenderSet, target_path : RenderPath, target_resource : String, target_region : Float4, mat_proj : Floats, mat_view : Floats) : unknownno docs found
Render.submit_fn(…)
Section titled “Render.submit_fn(…)”Render.submit_fn(set : RenderSet, target_path : String, target_resource : String, target_region : Float4, mat_proj : Floats, mat_view : Floats, settings : Maps, fn : Fn) : unknownno docs found
Render.create_set(.)
Section titled “Render.create_set(.)”Render.create_set() : RenderSetno docs found
Render.destroy_set(.)
Section titled “Render.destroy_set(.)”Render.destroy_set(set : RenderSet) : Noneno docs found
Render.valid_set(.)
Section titled “Render.valid_set(.)”Render.valid_set(set : RenderSet) : unknownno docs found
Render.set_add(..)
Section titled “Render.set_add(..)”Render.set_add(set : RenderSet, geo : Geometry) : unknownno docs found
Render.set_remove(..)
Section titled “Render.set_remove(..)”Render.set_remove(set : RenderSet, geo : Geometry) : unknownno docs found
Render.set_get_geometry(..)
Section titled “Render.set_get_geometry(..)”Render.set_get_geometry(set : RenderSet, into : List) : unknownno docs found
Render.set_get_count(.)
Section titled “Render.set_get_count(.)”Render.set_get_count(set : RenderSet) : unknownno docs found
Render.create_path(.)
Section titled “Render.create_path(.)”Render.create_path() : RenderPathno docs found
Render.destroy_path(.)
Section titled “Render.destroy_path(.)”Render.destroy_path(path : RenderPath) : unknownno docs found
Render.valid_path(.)
Section titled “Render.valid_path(.)”Render.valid_path(path : RenderPath) : unknownno docs found
Render.display_dpi(.)
Section titled “Render.display_dpi(.)”Render.display_dpi() : Numno docs found
Render.display_scale(.)
Section titled “Render.display_scale(.)”Render.display_scale() : Numno docs found
Render.window_w(.)
Section titled “Render.window_w(.)”Render.window_w() : Numno docs found
Render.window_h(.)
Section titled “Render.window_h(.)”Render.window_h() : Numno docs found
Render.window_state(.)
Section titled “Render.window_state(.)”Render.window_state() : unknownno docs found
Render.window_focus(.)
Section titled “Render.window_focus(.)”Render.window_focus() : unknownno docs found
Render.window_hide(.)
Section titled “Render.window_hide(.)”Render.window_hide(state : Any) : unknownno docs found
Render.drawable_w(.)
Section titled “Render.drawable_w(.)”Render.drawable_w() : Numno docs found
Render.drawable_h(.)
Section titled “Render.drawable_h(.)”Render.drawable_h() : Numno docs found
Render.drawable_ratio(.)
Section titled “Render.drawable_ratio(.)”Render.drawable_ratio() : Numno docs found
Render.window_set_title(.)
Section titled “Render.window_set_title(.)”Render.window_set_title(title : String) : Noneno docs found
Render.get_path_vertices(…)
Section titled “Render.get_path_vertices(…)”Render.get_path_vertices(into_pos : Any, offset_pos : Any, stride_pos : Any, into_color : Any, offset_color : Any, stride_color : Any, points : Any, color : Any, thickness : Any, cap : Any, join : Any, closed : Any, miter_limit : Any) : unknownno docs found
Render.get_path_vertex_count(…)
Section titled “Render.get_path_vertex_count(…)”Render.get_path_vertex_count(points : Any, thickness : Any, cap : Any, join : Any, closed : Any, miter_limit : Any) : unknownno docs found
Render.push_render_dest(..)
Section titled “Render.push_render_dest(..)”Render.push_render_dest(dest : Any, into : Any) : unknownno docs found
Render.path_add_render_layers(…)
Section titled “Render.path_add_render_layers(…)”Render.path_add_render_layers(path : Any, name : Any, layers_add : Any, layer : Any) : unknownno docs found
Render.path_add_render_layers(…)
Section titled “Render.path_add_render_layers(…)”Render.path_add_render_layers(path : Any, name : Any, layers_add : Any, layers_exclude : Any, layer : RenderLayerDesc) : unknownno docs found
Render.path_add_render_layer(…)
Section titled “Render.path_add_render_layer(…)”Render.path_add_render_layer(path : Any, name : Any, layer : RenderLayerDesc) : unknownno docs found
Render.path_add_compute_layer(…)
Section titled “Render.path_add_compute_layer(…)”Render.path_add_compute_layer(path : Any, compute_id : Any, display : Any, dimensions : Any, inputs : Any) : unknownno docs found
Render.path_add_pass_layer(…)
Section titled “Render.path_add_pass_layer(…)”Render.path_add_pass_layer(path : Any, name : Any, dest : Any, material : Any) : unknownno docs found
Render.path_remove(..)
Section titled “Render.path_remove(..)”Render.path_remove(path : Any, name : Any) : unknownno docs found
Render.path_update(…)
Section titled “Render.path_update(…)”Render.path_update(path : Any, name : Any, layer : RenderLayerDesc) : unknownno docs found
Render.define_compute(…)
Section titled “Render.define_compute(…)”Render.define_compute(name : String, library : String, function : String, blocks : List) : unknownno docs found
Render.undefine_compute(.)
Section titled “Render.undefine_compute(.)”Render.undefine_compute(name : Any) : unknownno docs found
Render.undefine_sampler_state(.)
Section titled “Render.undefine_sampler_state(.)”Render.undefine_sampler_state(name : Any) : unknownno docs found
Render.define_sampler_state(..)
Section titled “Render.define_sampler_state(..)”Render.define_sampler_state(name : Any, desc : Any) : unknownno docs found
Render.define_vertex_format(..)
Section titled “Render.define_vertex_format(..)”Render.define_vertex_format(name : Any, desc : Any) : unknownno docs found
Render.undefine_vertex_format(.)
Section titled “Render.undefine_vertex_format(.)”Render.undefine_vertex_format(name : Any) : unknownno docs found
Render.define_resource(..)
Section titled “Render.define_resource(..)”Render.define_resource(name : Any, image : Any) : unknownno docs found
Render.resource_get_image(.)
Section titled “Render.resource_get_image(.)”Render.resource_get_image(name : Any) : unknownno docs found
Render.undefine_resource(.)
Section titled “Render.undefine_resource(.)”Render.undefine_resource(name : Any) : unknownno docs found
Render.create_vertex_buffer(..)
Section titled “Render.create_vertex_buffer(..)”Render.create_vertex_buffer(data : Any, length : Any) : unknownno docs found
Render.vertex_buffer_get_size(.)
Section titled “Render.vertex_buffer_get_size(.)”Render.vertex_buffer_get_size(vertex_buffer : Any) : unknownno docs found
Render.vertex_buffer_get_data(…)
Section titled “Render.vertex_buffer_get_data(…)”Render.vertex_buffer_get_data(vertex_buffer : Any, into : Any, length : Any, offset : Any) : unknownno docs found
Render.vertex_buffer_replace(…)
Section titled “Render.vertex_buffer_replace(…)”Render.vertex_buffer_replace(vertex_buffer : Any, data : Any, length : Any) : unknownno docs found
Render.vertex_buffer_update(…)
Section titled “Render.vertex_buffer_update(…)”Render.vertex_buffer_update(vertex_buffer : Any, data : Any, length : Any, data_src_offset : Any, dest_offset : Any) : unknownno docs found
Render.destroy_vertex_buffer(.)
Section titled “Render.destroy_vertex_buffer(.)”Render.destroy_vertex_buffer(vertex_buffer : Any) : unknownno docs found
Render.create_index_buffer(..)
Section titled “Render.create_index_buffer(..)”Render.create_index_buffer(data : Any, length : Any) : unknownno docs found
Render.create_index_buffer32(..)
Section titled “Render.create_index_buffer32(..)”Render.create_index_buffer32(data : Any, length : Any) : unknownno docs found
Render.index_buffer_get_size(.)
Section titled “Render.index_buffer_get_size(.)”Render.index_buffer_get_size(index_buffer : Any) : unknownno docs found
Render.index_buffer_get_data(…)
Section titled “Render.index_buffer_get_data(…)”Render.index_buffer_get_data(index_buffer : Any, into : Any, length : Any, offset : Any) : unknownno docs found
Render.index_buffer_replace(…)
Section titled “Render.index_buffer_replace(…)”Render.index_buffer_replace(index_buffer : Any, data : Any, length : Any) : unknownno docs found
Render.index_buffer_update(…)
Section titled “Render.index_buffer_update(…)”Render.index_buffer_update(index_buffer : Any, data : Any, length : Any, data_src_offset : Any, dest_offset : Any) : unknownno docs found
Render.destroy_index_buffer(.)
Section titled “Render.destroy_index_buffer(.)”Render.destroy_index_buffer(index_buffer : Any) : unknownno docs found
Render.create_text(…)
Section titled “Render.create_text(…)”Render.create_text(material : Any, default_size : Any, default_font : Any, default_color : Any, render_set : Any) : unknownno docs found
Render.destroy_text(.)
Section titled “Render.destroy_text(.)”Render.destroy_text(text : Any) : unknownno docs found
Render.valid_text(.)
Section titled “Render.valid_text(.)”Render.valid_text(text : Any) : unknownno docs found
Render.text_attr_clear(.)
Section titled “Render.text_attr_clear(.)”Render.text_attr_clear(text : Any) : unknownno docs found
Render.text_set_text_buffer(..)
Section titled “Render.text_set_text_buffer(..)”Render.text_set_text_buffer(text : Any, string : Any) : unknownno docs found
Render.text_set_attr(…)
Section titled “Render.text_set_attr(…)”Render.text_set_attr(text : Text, start : Num, length : Num, type : TextAttrType, key : String, value : Any) : Noneno docs found
Render.text_set_outline(…)
Section titled “Render.text_set_outline(…)”Render.text_set_outline(text : Text, radius : Num, softness : Num, color : Color, offset : Float2) : unknownno docs found
Render.text_set_shadow(…)
Section titled “Render.text_set_shadow(…)”Render.text_set_shadow(text : Text, radius : Num, softness : Num, color : Color, offset : Float2) : unknownno docs found
Render.text_set_pos(…)
Section titled “Render.text_set_pos(…)”Render.text_set_pos(text : Any, x : Any, y : Any, z : Any) : unknownno docs found
Render.text_set_align(…)
Section titled “Render.text_set_align(…)”Render.text_set_align(text : Any, align : Any, align_vertical : Any) : unknownno docs found
Render.text_set_bounds(…)
Section titled “Render.text_set_bounds(…)”Render.text_set_bounds(text : Any, x : Any, y : Any, w : Any, h : Any) : unknownno docs found
Render.text_commit(.)
Section titled “Render.text_commit(.)”Render.text_commit(text : Any) : unknownno docs found
Render.text_get_geometry(.)
Section titled “Render.text_get_geometry(.)”Render.text_get_geometry(text : Any) : unknownno docs found
Render.text_get_extents(…)
Section titled “Render.text_get_extents(…)”Render.text_get_extents(text : Any, offset : Any, count : Any) : unknownno docs found
Render.text_get_extents(.)
Section titled “Render.text_get_extents(.)”Render.text_get_extents(text : Any) : unknownno docs found
Render.text_get_character_bounds(..)
Section titled “Render.text_get_character_bounds(..)”Render.text_get_character_bounds(text : Any, index : Any) : unknownno docs found
Render.text_set_enable_markup(..)
Section titled “Render.text_set_enable_markup(..)”Render.text_set_enable_markup(text : Text, enable : Bool) : Noneno docs found
Render.text_get_enable_markup(.)
Section titled “Render.text_get_enable_markup(.)”Render.text_get_enable_markup(text : Text) : Boolno docs found
Render.text_set_text(..)
Section titled “Render.text_set_text(..)”Render.text_set_text(text : Any, string : Any) : unknownno docs found
Render.kVertexAttributes
Section titled “Render.kVertexAttributes”Render.kVertexAttributes : unknownno docs found
Render.kColorTargets
Section titled “Render.kColorTargets”Render.kColorTargets : unknownno docs found
Render.kMaterialLayerTargets
Section titled “Render.kMaterialLayerTargets”Render.kMaterialLayerTargets : unknownno docs found
Render.kMaterialInputs
Section titled “Render.kMaterialInputs”Render.kMaterialInputs : unknownno docs found
Render.kMaterialReplace
Section titled “Render.kMaterialReplace”Render.kMaterialReplace : unknownno docs found
Render.kMaterialPassUsage
Section titled “Render.kMaterialPassUsage”Render.kMaterialPassUsage : unknownno docs found
Render.kStencilUnset
Section titled “Render.kStencilUnset”Render.kStencilUnset : unknownno docs found
RenderDest
Section titled “RenderDest”import "luxe: render" for RenderDestno docs found
RenderDest.target_region
Section titled “RenderDest.target_region”RenderDest.target_region : unknownno docs found
RenderDest.color
Section titled “RenderDest.color”RenderDest.color : unknownno docs found
RenderDest.depth
Section titled “RenderDest.depth”RenderDest.depth : unknownno docs found
RenderDest.stencil
Section titled “RenderDest.stencil”RenderDest.stencil : unknownno docs found
RenderDest.color
Section titled “RenderDest.color”RenderDest.color=(color : Any) : unknownno docs found
RenderDest.depth
Section titled “RenderDest.depth”RenderDest.depth=(depth : Any) : unknownno docs found
RenderDest.stencil
Section titled “RenderDest.stencil”RenderDest.stencil=(stencil : Any) : unknownno docs found
RenderDest.new(.)
Section titled “RenderDest.new(.)”RenderDest.new() : RenderDestno docs found
RenderDestColor
Section titled “RenderDestColor”import "luxe: render" for RenderDestColorno docs found
RenderDestColor.render_target
Section titled “RenderDestColor.render_target”RenderDestColor.render_target : unknownno docs found
RenderDestColor.render_target
Section titled “RenderDestColor.render_target”RenderDestColor.render_target=(render_target : Any) : unknownno docs found
RenderDestColor.clear_color
Section titled “RenderDestColor.clear_color”RenderDestColor.clear_color : unknownno docs found
RenderDestColor.clear_color
Section titled “RenderDestColor.clear_color”RenderDestColor.clear_color=(clear_color : Any) : unknownno docs found
RenderDestColor.load_action
Section titled “RenderDestColor.load_action”RenderDestColor.load_action : unknownno docs found
RenderDestColor.load_action
Section titled “RenderDestColor.load_action”RenderDestColor.load_action=(load_action : Any) : unknownno docs found
RenderDestColor.store_action
Section titled “RenderDestColor.store_action”RenderDestColor.store_action : unknownno docs found
RenderDestColor.store_action
Section titled “RenderDestColor.store_action”RenderDestColor.store_action=(store_action : Any) : unknownno docs found
RenderDestColor.level
Section titled “RenderDestColor.level”RenderDestColor.level : unknownno docs found
RenderDestColor.level
Section titled “RenderDestColor.level”RenderDestColor.level=(level : Any) : unknownno docs found
RenderDestColor.slice
Section titled “RenderDestColor.slice”RenderDestColor.slice : unknownno docs found
RenderDestColor.slice
Section titled “RenderDestColor.slice”RenderDestColor.slice=(slice : Any) : unknownno docs found
RenderDestColor.depth
Section titled “RenderDestColor.depth”RenderDestColor.depth : unknownno docs found
RenderDestColor.depth
Section titled “RenderDestColor.depth”RenderDestColor.depth=(depth : Any) : unknownno docs found
RenderDestColor.new(.)
Section titled “RenderDestColor.new(.)”RenderDestColor.new() : RenderDestColorno docs found
RenderDestDepth
Section titled “RenderDestDepth”import "luxe: render" for RenderDestDepthno docs found
RenderDestDepth.render_target
Section titled “RenderDestDepth.render_target”RenderDestDepth.render_target : unknownno docs found
RenderDestDepth.render_target
Section titled “RenderDestDepth.render_target”RenderDestDepth.render_target=(render_target : Any) : unknownno docs found
RenderDestDepth.clear_depth
Section titled “RenderDestDepth.clear_depth”RenderDestDepth.clear_depth : unknownno docs found
RenderDestDepth.clear_depth
Section titled “RenderDestDepth.clear_depth”RenderDestDepth.clear_depth=(clear_depth : Any) : unknownno docs found
RenderDestDepth.load_action
Section titled “RenderDestDepth.load_action”RenderDestDepth.load_action : unknownno docs found
RenderDestDepth.load_action
Section titled “RenderDestDepth.load_action”RenderDestDepth.load_action=(load_action : Any) : unknownno docs found
RenderDestDepth.store_action
Section titled “RenderDestDepth.store_action”RenderDestDepth.store_action : unknownno docs found
RenderDestDepth.store_action
Section titled “RenderDestDepth.store_action”RenderDestDepth.store_action=(store_action : Any) : unknownno docs found
RenderDestDepth.level
Section titled “RenderDestDepth.level”RenderDestDepth.level : unknownno docs found
RenderDestDepth.level
Section titled “RenderDestDepth.level”RenderDestDepth.level=(level : Any) : unknownno docs found
RenderDestDepth.slice
Section titled “RenderDestDepth.slice”RenderDestDepth.slice : unknownno docs found
RenderDestDepth.slice
Section titled “RenderDestDepth.slice”RenderDestDepth.slice=(slice : Any) : unknownno docs found
RenderDestDepth.depth
Section titled “RenderDestDepth.depth”RenderDestDepth.depth : unknownno docs found
RenderDestDepth.depth
Section titled “RenderDestDepth.depth”RenderDestDepth.depth=(depth : Any) : unknownno docs found
RenderDestDepth.new(.)
Section titled “RenderDestDepth.new(.)”RenderDestDepth.new() : RenderDestDepthno docs found
RenderDestStencil
Section titled “RenderDestStencil”import "luxe: render" for RenderDestStencilno docs found
RenderDestStencil.render_target
Section titled “RenderDestStencil.render_target”RenderDestStencil.render_target : unknownno docs found
RenderDestStencil.render_target
Section titled “RenderDestStencil.render_target”RenderDestStencil.render_target=(render_target : Any) : unknownno docs found
RenderDestStencil.clear_stencil
Section titled “RenderDestStencil.clear_stencil”RenderDestStencil.clear_stencil : unknownno docs found
RenderDestStencil.clear_stencil
Section titled “RenderDestStencil.clear_stencil”RenderDestStencil.clear_stencil=(clear_stencil : Any) : unknownno docs found
RenderDestStencil.load_action
Section titled “RenderDestStencil.load_action”RenderDestStencil.load_action : unknownno docs found
RenderDestStencil.load_action
Section titled “RenderDestStencil.load_action”RenderDestStencil.load_action=(load_action : Any) : unknownno docs found
RenderDestStencil.store_action
Section titled “RenderDestStencil.store_action”RenderDestStencil.store_action : unknownno docs found
RenderDestStencil.store_action
Section titled “RenderDestStencil.store_action”RenderDestStencil.store_action=(store_action : Any) : unknownno docs found
RenderDestStencil.level
Section titled “RenderDestStencil.level”RenderDestStencil.level : unknownno docs found
RenderDestStencil.level
Section titled “RenderDestStencil.level”RenderDestStencil.level=(level : Any) : unknownno docs found
RenderDestStencil.slice
Section titled “RenderDestStencil.slice”RenderDestStencil.slice : unknownno docs found
RenderDestStencil.slice
Section titled “RenderDestStencil.slice”RenderDestStencil.slice=(slice : Any) : unknownno docs found
RenderDestStencil.depth
Section titled “RenderDestStencil.depth”RenderDestStencil.depth : unknownno docs found
RenderDestStencil.depth
Section titled “RenderDestStencil.depth”RenderDestStencil.depth=(depth : Any) : unknownno docs found
RenderDestStencil.new(.)
Section titled “RenderDestStencil.new(.)”RenderDestStencil.new() : RenderDestStencilno docs found
RenderLayerDesc
Section titled “RenderLayerDesc”import "luxe: render" for RenderLayerDescno docs found
RenderLayerDesc.display_id
Section titled “RenderLayerDesc.display_id”RenderLayerDesc.display_id : unknownno docs found
RenderLayerDesc.display_id
Section titled “RenderLayerDesc.display_id”RenderLayerDesc.display_id=(display_id : Any) : unknownno docs found
RenderLayerDesc.sort
Section titled “RenderLayerDesc.sort”RenderLayerDesc.sort : unknownno docs found
RenderLayerDesc.sort
Section titled “RenderLayerDesc.sort”RenderLayerDesc.sort=(sort : Any) : unknownno docs found
RenderLayerDesc.material_override
Section titled “RenderLayerDesc.material_override”RenderLayerDesc.material_override : unknownno docs found
RenderLayerDesc.material_override
Section titled “RenderLayerDesc.material_override”RenderLayerDesc.material_override=(material_override : Any) : unknownno docs found
RenderLayerDesc.replace_tag
Section titled “RenderLayerDesc.replace_tag”RenderLayerDesc.replace_tag : unknownno docs found
RenderLayerDesc.replace_tag
Section titled “RenderLayerDesc.replace_tag”RenderLayerDesc.replace_tag=(replace_tag : Any) : unknownno docs found
RenderLayerDesc.dest
Section titled “RenderLayerDesc.dest”RenderLayerDesc.dest : RenderDestno docs found
RenderLayerDesc.dest
Section titled “RenderLayerDesc.dest”RenderLayerDesc.dest=(dest : Any) : unknownno docs found
RenderLayerDesc.new(.)
Section titled “RenderLayerDesc.new(.)”RenderLayerDesc.new() : RenderLayerDescno docs found
RenderPathContext
Section titled “RenderPathContext”import "luxe: render" for RenderPathContextno docs found
RenderPathContext.settings
Section titled “RenderPathContext.settings”RenderPathContext.settings : Mapno docs found
RenderPathContext.new(..)
Section titled “RenderPathContext.new(..)”RenderPathContext.new(path : String, settings : Map) : RenderPathContextno docs found
RenderPathContext.path
Section titled “RenderPathContext.path”RenderPathContext.path : Stringno docs found
RenderPathContext.change_path(.)
Section titled “RenderPathContext.change_path(.)”RenderPathContext.change_path(path : String) : unknownno docs found
RenderPathContext.layer_render(..)
Section titled “RenderPathContext.layer_render(..)”RenderPathContext.layer_render(name : String, render_layer_desc : RenderLayerDesc) : unknownno docs found
RenderPathContext.layers_render(…)
Section titled “RenderPathContext.layers_render(…)”RenderPathContext.layers_render(name : Any, layers_add : Any, render_layer_desc : Any) : unknownno docs found
RenderPathContext.layers_render(…)
Section titled “RenderPathContext.layers_render(…)”RenderPathContext.layers_render(name : Any, layers_add : Any, layers_exclude : Any, render_layer_desc : Any) : unknownno docs found
RenderPathContext.layer_pass(.)
Section titled “RenderPathContext.layer_pass(.)”RenderPathContext.layer_pass(pass_layer_desc : Any) : unknownno docs found
RenderPathContext.layer_compute(.)
Section titled “RenderPathContext.layer_compute(.)”RenderPathContext.layer_compute(compute_layer_desc : ComputeLayerDesc) : unknownno docs found
RenderPathContext.get(..)
Section titled “RenderPathContext.get(..)”RenderPathContext.get(key : Any, default : Any) : unknownno docs found
RenderPathContext.set(..)
Section titled “RenderPathContext.set(..)”RenderPathContext.set(key : Any, value : Any) : unknownno docs found
RenderViewDesc
Section titled “RenderViewDesc”import "luxe: render" for RenderViewDescno docs found
RenderViewDesc.target
Section titled “RenderViewDesc.target”RenderViewDesc.target : unknownno docs found
RenderViewDesc.target
Section titled “RenderViewDesc.target”RenderViewDesc.target=(v : Any) : unknownno docs found
RenderViewDesc.target(.)
Section titled “RenderViewDesc.target(.)”RenderViewDesc.target(v : Any) : unknownno docs found
RenderViewDesc.path
Section titled “RenderViewDesc.path”RenderViewDesc.path : unknownno docs found
RenderViewDesc.path
Section titled “RenderViewDesc.path”RenderViewDesc.path=(v : Any) : unknownno docs found
RenderViewDesc.path(.)
Section titled “RenderViewDesc.path(.)”RenderViewDesc.path(v : Any) : unknownno docs found
RenderViewDesc.region
Section titled “RenderViewDesc.region”RenderViewDesc.region : unknownno docs found
RenderViewDesc.region
Section titled “RenderViewDesc.region”RenderViewDesc.region=(v : Any) : unknownno docs found
RenderViewDesc.region(.)
Section titled “RenderViewDesc.region(.)”RenderViewDesc.region(v : Any) : unknownno docs found
RenderViewDesc.settings
Section titled “RenderViewDesc.settings”RenderViewDesc.settings : unknownno docs found
RenderViewDesc.settings
Section titled “RenderViewDesc.settings”RenderViewDesc.settings=(v : Any) : unknownno docs found
RenderViewDesc.settings(.)
Section titled “RenderViewDesc.settings(.)”RenderViewDesc.settings(v : Any) : unknownno docs found
RenderViewDesc.new(…)
Section titled “RenderViewDesc.new(…)”RenderViewDesc.new(target_resource : Any, target_path : Any, target_region : Any, target_settings : Any) : RenderViewDescno docs found
RenderViewDesc.new(.)
Section titled “RenderViewDesc.new(.)”RenderViewDesc.new() : RenderViewDescno docs found
SamplerAddressMode
Section titled “SamplerAddressMode”import "luxe: render" for SamplerAddressModeno docs found
SamplerAddressMode.clamp_to_edge
Section titled “SamplerAddressMode.clamp_to_edge”SamplerAddressMode.clamp_to_edge : unknownno docs found
SamplerAddressMode.repeat
Section titled “SamplerAddressMode.repeat”SamplerAddressMode.repeat : unknownno docs found
SamplerAddressMode.mirror_repeat
Section titled “SamplerAddressMode.mirror_repeat”SamplerAddressMode.mirror_repeat : unknownno docs found
SamplerAddressMode.from_string(.)
Section titled “SamplerAddressMode.from_string(.)”SamplerAddressMode.from_string(value : Any) : unknownno docs found
SamplerMinMagFilter
Section titled “SamplerMinMagFilter”import "luxe: render" for SamplerMinMagFilterno docs found
SamplerMinMagFilter.nearest
Section titled “SamplerMinMagFilter.nearest”SamplerMinMagFilter.nearest : unknownno docs found
SamplerMinMagFilter.linear
Section titled “SamplerMinMagFilter.linear”SamplerMinMagFilter.linear : unknownno docs found
SamplerMinMagFilter.from_string(.)
Section titled “SamplerMinMagFilter.from_string(.)”SamplerMinMagFilter.from_string(value : Any) : unknownno docs found
SamplerMipFilter
Section titled “SamplerMipFilter”import "luxe: render" for SamplerMipFilterno docs found
SamplerMipFilter.none
Section titled “SamplerMipFilter.none”SamplerMipFilter.none : unknownno docs found
SamplerMipFilter.nearest
Section titled “SamplerMipFilter.nearest”SamplerMipFilter.nearest : unknownno docs found
SamplerMipFilter.linear
Section titled “SamplerMipFilter.linear”SamplerMipFilter.linear : unknownno docs found
SamplerMipFilter.from_string(.)
Section titled “SamplerMipFilter.from_string(.)”SamplerMipFilter.from_string(value : Any) : unknownno docs found
SamplerState
Section titled “SamplerState”import "luxe: render" for SamplerStateno docs found
SamplerState.new(.)
Section titled “SamplerState.new(.)”SamplerState.new() : SamplerStateno docs found
SamplerState.address_r
Section titled “SamplerState.address_r”SamplerState.address_r : unknownno docs found
SamplerState.address_r
Section titled “SamplerState.address_r”SamplerState.address_r=(v : Any) : unknownno docs found
SamplerState.address_s
Section titled “SamplerState.address_s”SamplerState.address_s : unknownno docs found
SamplerState.address_s
Section titled “SamplerState.address_s”SamplerState.address_s=(v : Any) : unknownno docs found
SamplerState.address_t
Section titled “SamplerState.address_t”SamplerState.address_t : unknownno docs found
SamplerState.address_t
Section titled “SamplerState.address_t”SamplerState.address_t=(v : Any) : unknownno docs found
SamplerState.filter_min
Section titled “SamplerState.filter_min”SamplerState.filter_min : unknownno docs found
SamplerState.filter_min
Section titled “SamplerState.filter_min”SamplerState.filter_min=(v : Any) : unknownno docs found
SamplerState.filter_mag
Section titled “SamplerState.filter_mag”SamplerState.filter_mag : unknownno docs found
SamplerState.filter_mag
Section titled “SamplerState.filter_mag”SamplerState.filter_mag=(v : Any) : unknownno docs found
SamplerState.filter_mip
Section titled “SamplerState.filter_mip”SamplerState.filter_mip : unknownno docs found
SamplerState.filter_mip
Section titled “SamplerState.filter_mip”SamplerState.filter_mip=(v : Any) : unknownno docs found
SortType
Section titled “SortType”import "luxe: render" for SortTypeno docs found
SortType.front_to_back
Section titled “SortType.front_to_back”SortType.front_to_back : unknownno docs found
SortType.back_to_front
Section titled “SortType.back_to_front”SortType.back_to_front : unknownno docs found
SortType.sort_by_z
Section titled “SortType.sort_by_z”SortType.sort_by_z : unknownno docs found
SortType.sort_by_z_reverse
Section titled “SortType.sort_by_z_reverse”SortType.sort_by_z_reverse : unknownno docs found
SortType.none
Section titled “SortType.none”SortType.none : unknownno docs found
StencilOperation
Section titled “StencilOperation”import "luxe: render" for StencilOperationno docs found
StencilOperation.keep
Section titled “StencilOperation.keep”StencilOperation.keep : unknownno docs found
StencilOperation.zero
Section titled “StencilOperation.zero”StencilOperation.zero : unknownno docs found
StencilOperation.replace
Section titled “StencilOperation.replace”StencilOperation.replace : unknownno docs found
StencilOperation.increment_clamp
Section titled “StencilOperation.increment_clamp”StencilOperation.increment_clamp : unknownno docs found
StencilOperation.decrement_clamp
Section titled “StencilOperation.decrement_clamp”StencilOperation.decrement_clamp : unknownno docs found
StencilOperation.invert
Section titled “StencilOperation.invert”StencilOperation.invert : unknownno docs found
StencilOperation.increment_wrap
Section titled “StencilOperation.increment_wrap”StencilOperation.increment_wrap : unknownno docs found
StencilOperation.decrement_wrap
Section titled “StencilOperation.decrement_wrap”StencilOperation.decrement_wrap : unknownno docs found
StencilOperation.invalid
Section titled “StencilOperation.invalid”StencilOperation.invalid : unknownno docs found
StencilOperation.from_string(.)
Section titled “StencilOperation.from_string(.)”StencilOperation.from_string(value : Any) : unknownno docs found
StoreAction
Section titled “StoreAction”import "luxe: render" for StoreActionno docs found
StoreAction.dont_care
Section titled “StoreAction.dont_care”StoreAction.dont_care : unknownno docs found
StoreAction.store
Section titled “StoreAction.store”StoreAction.store : unknownno docs found
TextAlign
Section titled “TextAlign”import "luxe: render" for TextAlignno docs found
TextAlign.left
Section titled “TextAlign.left”TextAlign.left : unknownno docs found
TextAlign.center
Section titled “TextAlign.center”TextAlign.center : unknownno docs found
TextAlign.right
Section titled “TextAlign.right”TextAlign.right : unknownno docs found
TextAlign.top
Section titled “TextAlign.top”TextAlign.top : unknownno docs found
TextAlign.bottom
Section titled “TextAlign.bottom”TextAlign.bottom : unknownno docs found
TextAlign.from_string(.)
Section titled “TextAlign.from_string(.)”TextAlign.from_string(value : Any) : unknownno docs found
TextAlign.name(.)
Section titled “TextAlign.name(.)”TextAlign.name(value : Any) : unknownno docs found
TextAttrType
Section titled “TextAttrType”import "luxe: render" for TextAttrTypeno docs found
TextAttrType.unknown
Section titled “TextAttrType.unknown”TextAttrType.unknown : unknownno docs found
TextAttrType.handle32
Section titled “TextAttrType.handle32”TextAttrType.handle32 : unknownno docs found
TextAttrType.handle64
Section titled “TextAttrType.handle64”TextAttrType.handle64 : unknownno docs found
TextAttrType.number
Section titled “TextAttrType.number”TextAttrType.number : unknownno docs found
TextAttrType.string
Section titled “TextAttrType.string”TextAttrType.string : unknownno docs found
TextAttrType.color
Section titled “TextAttrType.color”TextAttrType.color : unknownno docs found
TextAttrType.float2
Section titled “TextAttrType.float2”TextAttrType.float2 : unknownno docs found
TextAttrType.name(.)
Section titled “TextAttrType.name(.)”TextAttrType.name(value : Any) : unknownno docs found
TextWrapMode
Section titled “TextWrapMode”import "luxe: render" for TextWrapModeno docs found
TextWrapMode.unknown
Section titled “TextWrapMode.unknown”TextWrapMode.unknown : unknownno docs found
TextWrapMode.none
Section titled “TextWrapMode.none”TextWrapMode.none : unknownno docs found
TextWrapMode.word
Section titled “TextWrapMode.word”TextWrapMode.word : unknownno docs found
TextWrapMode.from_string(.)
Section titled “TextWrapMode.from_string(.)”TextWrapMode.from_string(value : Any) : unknownno docs found
TextWrapMode.name(.)
Section titled “TextWrapMode.name(.)”TextWrapMode.name(value : Any) : unknownno docs found
VertexAttr
Section titled “VertexAttr”import "luxe: render" for VertexAttrno docs found
VertexAttr.new(.)
Section titled “VertexAttr.new(.)”VertexAttr.new(name : Any) : VertexAttrno docs found
VertexAttr.name
Section titled “VertexAttr.name”VertexAttr.name : unknownno docs found
VertexAttr.name
Section titled “VertexAttr.name”VertexAttr.name=(v : Any) : unknownno docs found
VertexAttr.format
Section titled “VertexAttr.format”VertexAttr.format : unknownno docs found
VertexAttr.format
Section titled “VertexAttr.format”VertexAttr.format=(v : Any) : unknownno docs found
VertexAttr.offset
Section titled “VertexAttr.offset”VertexAttr.offset : unknownno docs found
VertexAttr.offset
Section titled “VertexAttr.offset”VertexAttr.offset=(v : Any) : unknownno docs found
VertexAttr.buffer_index
Section titled “VertexAttr.buffer_index”VertexAttr.buffer_index : unknownno docs found
VertexAttr.buffer_index
Section titled “VertexAttr.buffer_index”VertexAttr.buffer_index=(v : Any) : unknownno docs found
VertexAttrFormat
Section titled “VertexAttrFormat”import "luxe: render" for VertexAttrFormatno docs found
VertexAttrFormat.invalid
Section titled “VertexAttrFormat.invalid”VertexAttrFormat.invalid : unknownno docs found
VertexAttrFormat.bool
Section titled “VertexAttrFormat.bool”VertexAttrFormat.bool : unknownno docs found
VertexAttrFormat.bool2
Section titled “VertexAttrFormat.bool2”VertexAttrFormat.bool2 : unknownno docs found
VertexAttrFormat.bool3
Section titled “VertexAttrFormat.bool3”VertexAttrFormat.bool3 : unknownno docs found
VertexAttrFormat.bool4
Section titled “VertexAttrFormat.bool4”VertexAttrFormat.bool4 : unknownno docs found
VertexAttrFormat.int
Section titled “VertexAttrFormat.int”VertexAttrFormat.int : unknownno docs found
VertexAttrFormat.int2
Section titled “VertexAttrFormat.int2”VertexAttrFormat.int2 : unknownno docs found
VertexAttrFormat.int3
Section titled “VertexAttrFormat.int3”VertexAttrFormat.int3 : unknownno docs found
VertexAttrFormat.int4
Section titled “VertexAttrFormat.int4”VertexAttrFormat.int4 : unknownno docs found
VertexAttrFormat.uint
Section titled “VertexAttrFormat.uint”VertexAttrFormat.uint : unknownno docs found
VertexAttrFormat.uint2
Section titled “VertexAttrFormat.uint2”VertexAttrFormat.uint2 : unknownno docs found
VertexAttrFormat.uint3
Section titled “VertexAttrFormat.uint3”VertexAttrFormat.uint3 : unknownno docs found
VertexAttrFormat.uint4
Section titled “VertexAttrFormat.uint4”VertexAttrFormat.uint4 : unknownno docs found
VertexAttrFormat.float
Section titled “VertexAttrFormat.float”VertexAttrFormat.float : unknownno docs found
VertexAttrFormat.float2
Section titled “VertexAttrFormat.float2”VertexAttrFormat.float2 : unknownno docs found
VertexAttrFormat.float3
Section titled “VertexAttrFormat.float3”VertexAttrFormat.float3 : unknownno docs found
VertexAttrFormat.float4
Section titled “VertexAttrFormat.float4”VertexAttrFormat.float4 : unknownno docs found
VertexAttrFormat.double
Section titled “VertexAttrFormat.double”VertexAttrFormat.double : unknownno docs found
VertexAttrFormat.double2
Section titled “VertexAttrFormat.double2”VertexAttrFormat.double2 : unknownno docs found
VertexAttrFormat.double3
Section titled “VertexAttrFormat.double3”VertexAttrFormat.double3 : unknownno docs found
VertexAttrFormat.double4
Section titled “VertexAttrFormat.double4”VertexAttrFormat.double4 : unknownno docs found
VertexAttrFormat.mat4
Section titled “VertexAttrFormat.mat4”VertexAttrFormat.mat4 : unknownno docs found
VertexAttrFormat.from_string(.)
Section titled “VertexAttrFormat.from_string(.)”VertexAttrFormat.from_string(value : Any) : unknownno docs found
VertexAttrFormat.size_of(.)
Section titled “VertexAttrFormat.size_of(.)”VertexAttrFormat.size_of(value : Any) : unknownno docs found
VertexFormat
Section titled “VertexFormat”import "luxe: render" for VertexFormatno docs found
VertexFormat.new(.)
Section titled “VertexFormat.new(.)”VertexFormat.new() : VertexFormatno docs found
VertexFormat.attributes
Section titled “VertexFormat.attributes”VertexFormat.attributes : unknownno docs found
VertexFormat.attributes
Section titled “VertexFormat.attributes”VertexFormat.attributes=(v : Any) : unknownno docs found
VertexFormat.layouts
Section titled “VertexFormat.layouts”VertexFormat.layouts : unknownno docs found
VertexFormat.layouts
Section titled “VertexFormat.layouts”VertexFormat.layouts=(v : Any) : unknownno docs found
VertexInputRate
Section titled “VertexInputRate”import "luxe: render" for VertexInputRateno docs found
VertexInputRate.vertex
Section titled “VertexInputRate.vertex”VertexInputRate.vertex : unknownno docs found
VertexInputRate.instance
Section titled “VertexInputRate.instance”VertexInputRate.instance : unknownno docs found
VertexInputRate.from_string(.)
Section titled “VertexInputRate.from_string(.)”VertexInputRate.from_string(value : Any) : unknownno docs found
VertexLayout
Section titled “VertexLayout”import "luxe: render" for VertexLayoutno docs found
VertexLayout.new(.)
Section titled “VertexLayout.new(.)”VertexLayout.new() : VertexLayoutno docs found
VertexLayout.stride
Section titled “VertexLayout.stride”VertexLayout.stride : unknownno docs found
VertexLayout.stride
Section titled “VertexLayout.stride”VertexLayout.stride=(v : Any) : unknownno docs found
Winding
Section titled “Winding”import "luxe: render" for Windingno docs found
Winding.clockwise
Section titled “Winding.clockwise”Winding.clockwise : unknownno docs found
Winding.counter_clockwise
Section titled “Winding.counter_clockwise”Winding.counter_clockwise : unknownno docs found
Winding.from_string(.)
Section titled “Winding.from_string(.)”Winding.from_string(value : Any) : unknownno docs found