This repository has been archived by the owner on Jan 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKrom.html
9 lines (9 loc) · 92.7 KB
/
Krom.html
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html lang="en"><!-- use theme color or fallback -->
<!--use textcolor from settings, otherwise create a contrasting color to theme color-->
<head><meta charset="utf-8"/><link href="./bootstrap/css/bootstrap.min.css" rel="stylesheet"/><link href="./bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet"/><link href="./bootstrap/css/bootstrap-select.min.css" rel="stylesheet"/><link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic" rel="stylesheet" type="text/css"/><link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,600,600italic,400" rel="stylesheet" type="text/css"/><link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet" type="text/css"/><script src="./jquery-1.9.1.min.js"></script><script src="./bootstrap/js/bootstrap.min.js"></script><script src="./bootstrap/js/bootstrap-select.min.js"></script><link href="./styles.css" rel="stylesheet"/><link href="./extra-styles.css" rel="stylesheet"/><link href="./haxe-nav.css" rel="stylesheet"/><script>var dox = {rootPath: "./",platforms: ["api"]};</script><script src="./nav.js"></script><script src="./index.js"></script><link rel="icon" href="./favicon.ico" type="image/x-icon"/><title>Krom</title></head><body><style>
.navbar .brand {
display: inline-block;
float: none;
text-shadow: 0 0 0 transparent;
</style><nav class="nav"><div class="navbar"><div class="navbar-inner" style="background:#FAFAFA; border-bottom:1px solid rgba(0,0,0,.09)"><div class="container"><a class="brand" style="color:#000000" href="./">API Documentation</a></div></div></div></nav><div class="container main-content"><div class="row-fluid"><div class="span3"><div class="well sidebar-nav"><form class="form-search" id="searchForm"><div class="input-prepend input-block-level"><span class="add-on"><i class="icon-search"></i></span><input id="search" type="text" placeholder="Filter" autocomplete="off"/></div></form></div><div class="well sidebar-nav"><div id="nav"></div></div></div><div class="span9"><div class="page-header"><h1><small>class</small> Krom</h1><h4><small><a href="./">no package</a></small></h4> <span class="label label-meta label-meta-directlyUsed" title="@:directlyUsed metadata">@:directlyUsed</span><hr/></div><div class="body"><div class="doc doc-main"><div class="indent"><p></p></div></div><h3 class="section">Static variables</h3><div class="fields"><div class="field "><a name="KROM_API"></a><h3 class="anchor"><code><span class="label label-meta label-meta-value" title="@:value metadata">@:value(3)</span><span class="label label-static">static</span><span class="label label-inline">inline</span><span class="label">read only</span><a href="./Krom.html#KROM_API"><span class="identifier">KROM_API</span></a>:<a class="type" title="The standard Int type." href="./Int.html">Int</a><span> = 3</span></code></h3><div class="doc"><p></p></div></div></div><h3 class="section">Static methods</h3><div class="fields"><div class="field "><a name="begin"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#begin"><span class="identifier">begin</span></a> (<span style="white-space:nowrap">renderTarget:<a class="type" title="Interface for a generic Canvas with different APIs, that can be used to draw graphics." href="./kha/Canvas.html">Canvas</a>,</span> <span style="white-space:nowrap">additionalRenderTargets:<a class="type" title="An Array is a storage for values." href="./Array.html">Array</a><<a class="type" title="Interface for a generic Canvas with different APIs, that can be used to draw graphics." href="./kha/Canvas.html">Canvas</a>></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="beginFace"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#beginFace"><span class="identifier">beginFace</span></a> (<span style="white-space:nowrap">renderTarget:<a class="type" title="Interface for a generic Canvas with different APIs, that can be used to draw graphics." href="./kha/Canvas.html">Canvas</a>,</span> <span style="white-space:nowrap">face:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="canLockMouse"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#canLockMouse"><span class="identifier">canLockMouse</span></a> ():<a class="type" title="The standard Boolean type, which can either be true or false." href="./Bool.html">Bool</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="clear"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#clear"><span class="identifier">clear</span></a> (<span style="white-space:nowrap">flags:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">color:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">depth:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="./Float.html">Float</a>,</span> <span style="white-space:nowrap">stencil:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="clearTexture"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#clearTexture"><span class="identifier">clearTexture</span></a> (<span style="white-space:nowrap">target:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a>,</span> <span style="white-space:nowrap">x:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">y:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">z:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">width:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">height:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">depth:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">color:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="compilePipeline"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#compilePipeline"><span class="identifier">compilePipeline</span></a> (<span style="white-space:nowrap">pipeline:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a>,</span> <span style="white-space:nowrap">structure0:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a>,</span> <span style="white-space:nowrap">structure1:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a>,</span> <span style="white-space:nowrap">structure2:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a>,</span> <span style="white-space:nowrap">structure3:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a>,</span> <span style="white-space:nowrap">length:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">vertexShader:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a>,</span> <span style="white-space:nowrap">fragmentShader:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a>,</span> <span style="white-space:nowrap">geometryShader:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a>,</span> <span style="white-space:nowrap">tessellationControlShader:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a>,</span> <span style="white-space:nowrap">tessellationEvaluationShader:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a>,</span> <span style="white-space:nowrap">state:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="compute"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#compute"><span class="identifier">compute</span></a> (<span style="white-space:nowrap">x:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">y:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">z:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="createFragmentShader"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#createFragmentShader"><span class="identifier">createFragmentShader</span></a> (<span style="white-space:nowrap">data:<a class="type" title="" href="./haxe/io/BytesData.html">BytesData</a>,</span> <span style="white-space:nowrap">name:<a class="type" title="The basic String class." href="./String.html">String</a></span>):<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="createFragmentShaderFromSource"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#createFragmentShaderFromSource"><span class="identifier">createFragmentShaderFromSource</span></a> (<span style="white-space:nowrap">source:<a class="type" title="The basic String class." href="./String.html">String</a></span>):<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="createGeometryShader"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#createGeometryShader"><span class="identifier">createGeometryShader</span></a> (<span style="white-space:nowrap">data:<a class="type" title="" href="./haxe/io/BytesData.html">BytesData</a>,</span> <span style="white-space:nowrap">name:<a class="type" title="The basic String class." href="./String.html">String</a></span>):<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="createIndexBuffer"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#createIndexBuffer"><span class="identifier">createIndexBuffer</span></a> (<span style="white-space:nowrap">count:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="createPipeline"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#createPipeline"><span class="identifier">createPipeline</span></a> ():<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="createRenderTarget"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#createRenderTarget"><span class="identifier">createRenderTarget</span></a> (<span style="white-space:nowrap">width:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">height:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">depthBufferBits:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">format:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">stencilBufferBits:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">contextId:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="createRenderTargetCubeMap"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#createRenderTargetCubeMap"><span class="identifier">createRenderTargetCubeMap</span></a> (<span style="white-space:nowrap">cubeMapSize:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">depthBufferBits:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">format:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">stencilBufferBits:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">contextId:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="createShaderCompute"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#createShaderCompute"><span class="identifier">createShaderCompute</span></a> (<span style="white-space:nowrap">bytes:<a class="type" title="" href="./haxe/io/BytesData.html">BytesData</a></span>):<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="createTessellationControlShader"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#createTessellationControlShader"><span class="identifier">createTessellationControlShader</span></a> (<span style="white-space:nowrap">data:<a class="type" title="" href="./haxe/io/BytesData.html">BytesData</a>,</span> <span style="white-space:nowrap">name:<a class="type" title="The basic String class." href="./String.html">String</a></span>):<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="createTessellationEvaluationShader"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#createTessellationEvaluationShader"><span class="identifier">createTessellationEvaluationShader</span></a> (<span style="white-space:nowrap">data:<a class="type" title="" href="./haxe/io/BytesData.html">BytesData</a>,</span> <span style="white-space:nowrap">name:<a class="type" title="The basic String class." href="./String.html">String</a></span>):<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="createTexture"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#createTexture"><span class="identifier">createTexture</span></a> (<span style="white-space:nowrap">width:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">height:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">format:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="createTexture3D"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#createTexture3D"><span class="identifier">createTexture3D</span></a> (<span style="white-space:nowrap">width:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">height:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">depth:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">format:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="createTextureFromBytes"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#createTextureFromBytes"><span class="identifier">createTextureFromBytes</span></a> (<span style="white-space:nowrap">data:<a class="type" title="" href="./haxe/io/BytesData.html">BytesData</a>,</span> <span style="white-space:nowrap">width:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">height:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">format:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">readable:<a class="type" title="The standard Boolean type, which can either be true or false." href="./Bool.html">Bool</a></span>):<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="createTextureFromBytes3D"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#createTextureFromBytes3D"><span class="identifier">createTextureFromBytes3D</span></a> (<span style="white-space:nowrap">data:<a class="type" title="" href="./haxe/io/BytesData.html">BytesData</a>,</span> <span style="white-space:nowrap">width:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">height:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">depth:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">format:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">readable:<a class="type" title="The standard Boolean type, which can either be true or false." href="./Bool.html">Bool</a></span>):<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="createTextureFromEncodedBytes"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#createTextureFromEncodedBytes"><span class="identifier">createTextureFromEncodedBytes</span></a> (<span style="white-space:nowrap">data:<a class="type" title="" href="./haxe/io/BytesData.html">BytesData</a>,</span> <span style="white-space:nowrap">format:<a class="type" title="The basic String class." href="./String.html">String</a>,</span> <span style="white-space:nowrap">readable:<a class="type" title="The standard Boolean type, which can either be true or false." href="./Bool.html">Bool</a></span>):<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="createVertexBuffer"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#createVertexBuffer"><span class="identifier">createVertexBuffer</span></a> (<span style="white-space:nowrap">count:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">structure:<a class="type" title="An Array is a storage for values." href="./Array.html">Array</a><<a class="type" title="" href="./kha/graphics4/VertexElement.html">VertexElement</a>>,</span> <span style="white-space:nowrap">usage:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">instanceDataStepRate:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="createVertexShader"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#createVertexShader"><span class="identifier">createVertexShader</span></a> (<span style="white-space:nowrap">data:<a class="type" title="" href="./haxe/io/BytesData.html">BytesData</a>,</span> <span style="white-space:nowrap">name:<a class="type" title="The basic String class." href="./String.html">String</a></span>):<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="createVertexShaderFromSource"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#createVertexShaderFromSource"><span class="identifier">createVertexShaderFromSource</span></a> (<span style="white-space:nowrap">source:<a class="type" title="The basic String class." href="./String.html">String</a></span>):<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="deleteIndexBuffer"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#deleteIndexBuffer"><span class="identifier">deleteIndexBuffer</span></a> (<span style="white-space:nowrap">buffer:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></span>):<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="deletePipeline"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#deletePipeline"><span class="identifier">deletePipeline</span></a> (<span style="white-space:nowrap">pipeline:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></span>):<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="deleteShader"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#deleteShader"><span class="identifier">deleteShader</span></a> (<span style="white-space:nowrap">shader:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></span>):<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="deleteShaderCompute"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#deleteShaderCompute"><span class="identifier">deleteShaderCompute</span></a> (<span style="white-space:nowrap">shader:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="deleteVertexBuffer"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#deleteVertexBuffer"><span class="identifier">deleteVertexBuffer</span></a> (<span style="white-space:nowrap">buffer:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></span>):<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="disableScissor"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#disableScissor"><span class="identifier">disableScissor</span></a> ():<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="displayCount"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#displayCount"><span class="identifier">displayCount</span></a> ():<a class="type" title="The standard Int type." href="./Int.html">Int</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="displayHeight"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#displayHeight"><span class="identifier">displayHeight</span></a> (<span style="white-space:nowrap">index:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="The standard Int type." href="./Int.html">Int</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="displayIsPrimary"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#displayIsPrimary"><span class="identifier">displayIsPrimary</span></a> (<span style="white-space:nowrap">index:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="The standard Boolean type, which can either be true or false." href="./Bool.html">Bool</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="displayWidth"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#displayWidth"><span class="identifier">displayWidth</span></a> (<span style="white-space:nowrap">index:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="The standard Int type." href="./Int.html">Int</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="displayX"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#displayX"><span class="identifier">displayX</span></a> (<span style="white-space:nowrap">index:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="The standard Int type." href="./Int.html">Int</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="displayY"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#displayY"><span class="identifier">displayY</span></a> (<span style="white-space:nowrap">index:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="The standard Int type." href="./Int.html">Int</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="drawIndexedVertices"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#drawIndexedVertices"><span class="identifier">drawIndexedVertices</span></a> (<span style="white-space:nowrap">start:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">count:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="drawIndexedVerticesInstanced"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#drawIndexedVerticesInstanced"><span class="identifier">drawIndexedVerticesInstanced</span></a> (<span style="white-space:nowrap">instanceCount:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">start:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">count:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="end"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#end"><span class="identifier">end</span></a> ():<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="fileSaveBytes"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#fileSaveBytes"><span class="identifier">fileSaveBytes</span></a> (<span style="white-space:nowrap">path:<a class="type" title="The basic String class." href="./String.html">String</a>,</span> <span style="white-space:nowrap">bytes:<a class="type" title="" href="./haxe/io/BytesData.html">BytesData</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="generateRenderTargetMipmaps"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#generateRenderTargetMipmaps"><span class="identifier">generateRenderTargetMipmaps</span></a> (<span style="white-space:nowrap">renderTarget:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a>,</span> <span style="white-space:nowrap">levels:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="generateTextureMipmaps"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#generateTextureMipmaps"><span class="identifier">generateTextureMipmaps</span></a> (<span style="white-space:nowrap">texture:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a>,</span> <span style="white-space:nowrap">levels:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="getArg"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#getArg"><span class="identifier">getArg</span></a> (<span style="white-space:nowrap">index:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="The basic String class." href="./String.html">String</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="getArgCount"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#getArgCount"><span class="identifier">getArgCount</span></a> ():<a class="type" title="The standard Int type." href="./Int.html">Int</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="getConstantLocation"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#getConstantLocation"><span class="identifier">getConstantLocation</span></a> (<span style="white-space:nowrap">pipeline:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a>,</span> <span style="white-space:nowrap">name:<a class="type" title="The basic String class." href="./String.html">String</a></span>):<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="getConstantLocationCompute"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#getConstantLocationCompute"><span class="identifier">getConstantLocationCompute</span></a> (<span style="white-space:nowrap">shader:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a>,</span> <span style="white-space:nowrap">name:<a class="type" title="The basic String class." href="./String.html">String</a></span>):<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="getFilesLocation"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#getFilesLocation"><span class="identifier">getFilesLocation</span></a> ():<a class="type" title="The basic String class." href="./String.html">String</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="getRenderTargetPixels"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#getRenderTargetPixels"><span class="identifier">getRenderTargetPixels</span></a> (<span style="white-space:nowrap">renderTarget:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a>,</span> <span style="white-space:nowrap">data:<a class="type" title="" href="./haxe/io/BytesData.html">BytesData</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="getTexturePixels"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#getTexturePixels"><span class="identifier">getTexturePixels</span></a> (<span style="white-space:nowrap">texture:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></span>):<a class="type" title="" href="./haxe/io/BytesData.html">BytesData</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="getTextureUnit"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#getTextureUnit"><span class="identifier">getTextureUnit</span></a> (<span style="white-space:nowrap">pipeline:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a>,</span> <span style="white-space:nowrap">name:<a class="type" title="The basic String class." href="./String.html">String</a></span>):<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="getTextureUnitCompute"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#getTextureUnitCompute"><span class="identifier">getTextureUnitCompute</span></a> (<span style="white-space:nowrap">shader:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a>,</span> <span style="white-space:nowrap">name:<a class="type" title="The basic String class." href="./String.html">String</a></span>):<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="getTime"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#getTime"><span class="identifier">getTime</span></a> ():<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="./Float.html">Float</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="init"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#init"><span class="identifier">init</span></a> (<span style="white-space:nowrap">title:<a class="type" title="The basic String class." href="./String.html">String</a>,</span> <span style="white-space:nowrap">width:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">height:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">samplesPerPixel:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">vSync:<a class="type" title="The standard Boolean type, which can either be true or false." href="./Bool.html">Bool</a>,</span> <span style="white-space:nowrap">windowMode:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">windowFeatures:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">kromApi:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="isMouseLocked"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#isMouseLocked"><span class="identifier">isMouseLocked</span></a> ():<a class="type" title="The standard Boolean type, which can either be true or false." href="./Bool.html">Bool</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="loadBlob"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#loadBlob"><span class="identifier">loadBlob</span></a> (<span style="white-space:nowrap">file:<a class="type" title="The basic String class." href="./String.html">String</a></span>):<a class="type" title="" href="./js/lib/ArrayBuffer.html">ArrayBuffer</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="loadImage"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#loadImage"><span class="identifier">loadImage</span></a> (<span style="white-space:nowrap">file:<a class="type" title="The basic String class." href="./String.html">String</a>,</span> <span style="white-space:nowrap">readable:<a class="type" title="The standard Boolean type, which can either be true or false." href="./Bool.html">Bool</a></span>):<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="loadSound"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#loadSound"><span class="identifier">loadSound</span></a> (<span style="white-space:nowrap">file:<a class="type" title="The basic String class." href="./String.html">String</a></span>):<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="lockIndexBuffer"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#lockIndexBuffer"><span class="identifier">lockIndexBuffer</span></a> (<span style="white-space:nowrap">buffer:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></span>):<a class="type" title="" href="./kha/arrays/Uint32Array.html">Uint32Array</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="lockMouse"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#lockMouse"><span class="identifier">lockMouse</span></a> ():<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="lockTexture"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#lockTexture"><span class="identifier">lockTexture</span></a> (<span style="white-space:nowrap">texture:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a>,</span> <span style="white-space:nowrap">level:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="" href="./js/lib/ArrayBuffer.html">ArrayBuffer</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="lockVertexBuffer"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#lockVertexBuffer"><span class="identifier">lockVertexBuffer</span></a> (<span style="white-space:nowrap">buffer:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></span>):<a class="type" title="" href="./kha/arrays/Float32Array.html">Float32Array</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="log"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#log"><span class="identifier">log</span></a> (<span style="white-space:nowrap">v:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="readStorage"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#readStorage"><span class="identifier">readStorage</span></a> (<span style="white-space:nowrap">name:<a class="type" title="The basic String class." href="./String.html">String</a></span>):<a class="type" title="" href="./haxe/io/BytesData.html">BytesData</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="renderTargetsInvertedY"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#renderTargetsInvertedY"><span class="identifier">renderTargetsInvertedY</span></a> ():<a class="type" title="The standard Boolean type, which can either be true or false." href="./Bool.html">Bool</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="requestShutdown"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#requestShutdown"><span class="identifier">requestShutdown</span></a> ():<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="savePath"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#savePath"><span class="identifier">savePath</span></a> ():<a class="type" title="The basic String class." href="./String.html">String</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="scissor"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#scissor"><span class="identifier">scissor</span></a> (<span style="white-space:nowrap">x:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">y:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">width:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">height:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="screenDpi"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#screenDpi"><span class="identifier">screenDpi</span></a> ():<a class="type" title="The standard Int type." href="./Int.html">Int</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setApplicationStateCallback"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setApplicationStateCallback"><span class="identifier">setApplicationStateCallback</span></a> (<span style="white-space:nowrap">foregroundCallback:<a class="type" title="The standard Void type." href="./Void.html">Void</a> ‑> <a class="type" title="The standard Void type." href="./Void.html">Void</a>,</span> <span style="white-space:nowrap">resumeCallback:<a class="type" title="The standard Void type." href="./Void.html">Void</a> ‑> <a class="type" title="The standard Void type." href="./Void.html">Void</a>,</span> <span style="white-space:nowrap">pauseCallback:<a class="type" title="The standard Void type." href="./Void.html">Void</a> ‑> <a class="type" title="The standard Void type." href="./Void.html">Void</a>,</span> <span style="white-space:nowrap">backgroundCallback:<a class="type" title="The standard Void type." href="./Void.html">Void</a> ‑> <a class="type" title="The standard Void type." href="./Void.html">Void</a>,</span> <span style="white-space:nowrap">shutdownCallback:<a class="type" title="The standard Void type." href="./Void.html">Void</a> ‑> <a class="type" title="The standard Void type." href="./Void.html">Void</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setAudioCallback"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setAudioCallback"><span class="identifier">setAudioCallback</span></a> (<span style="white-space:nowrap">callback:<a class="type" title="The standard Int type." href="./Int.html">Int</a> ‑> <a class="type" title="The standard Void type." href="./Void.html">Void</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setBool"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setBool"><span class="identifier">setBool</span></a> (<span style="white-space:nowrap">location:<a class="type" title="" href="./kha/graphics4/ConstantLocation.html">ConstantLocation</a>,</span> <span style="white-space:nowrap">value:<a class="type" title="The standard Boolean type, which can either be true or false." href="./Bool.html">Bool</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setBoolCompute"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setBoolCompute"><span class="identifier">setBoolCompute</span></a> (<span style="white-space:nowrap">location:<a class="type" title="" href="./kha/compute/ConstantLocation.html">ConstantLocation</a>,</span> <span style="white-space:nowrap">value:<a class="type" title="The standard Boolean type, which can either be true or false." href="./Bool.html">Bool</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setCallback"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setCallback"><span class="identifier">setCallback</span></a> (<span style="white-space:nowrap">callback:<a class="type" title="The standard Void type." href="./Void.html">Void</a> ‑> <a class="type" title="The standard Void type." href="./Void.html">Void</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setCubeMapCompareMode"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setCubeMapCompareMode"><span class="identifier">setCubeMapCompareMode</span></a> (<span style="white-space:nowrap">texunit:<a class="type" title="" href="./kha/graphics4/TextureUnit.html">TextureUnit</a>,</span> <span style="white-space:nowrap">enabled:<a class="type" title="The standard Boolean type, which can either be true or false." href="./Bool.html">Bool</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setCutCopyPasteCallback"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setCutCopyPasteCallback"><span class="identifier">setCutCopyPasteCallback</span></a> (<span style="white-space:nowrap">cutCallback:<a class="type" title="The standard Void type." href="./Void.html">Void</a> ‑> <a class="type" title="The basic String class." href="./String.html">String</a>,</span> <span style="white-space:nowrap">copyCallback:<a class="type" title="The standard Void type." href="./Void.html">Void</a> ‑> <a class="type" title="The basic String class." href="./String.html">String</a>,</span> <span style="white-space:nowrap">pasteCallback:<a class="type" title="The basic String class." href="./String.html">String</a> ‑> <a class="type" title="The standard Void type." href="./Void.html">Void</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setDepthStencilFrom"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setDepthStencilFrom"><span class="identifier">setDepthStencilFrom</span></a> (<span style="white-space:nowrap">target:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a>,</span> <span style="white-space:nowrap">source:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setDropFilesCallback"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setDropFilesCallback"><span class="identifier">setDropFilesCallback</span></a> (<span style="white-space:nowrap">callback:<a class="type" title="The basic String class." href="./String.html">String</a> ‑> <a class="type" title="The standard Void type." href="./Void.html">Void</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setFloat"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setFloat"><span class="identifier">setFloat</span></a> (<span style="white-space:nowrap">location:<a class="type" title="" href="./kha/graphics4/ConstantLocation.html">ConstantLocation</a>,</span> <span style="white-space:nowrap">value:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="./Float.html">Float</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setFloat2"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setFloat2"><span class="identifier">setFloat2</span></a> (<span style="white-space:nowrap">location:<a class="type" title="" href="./kha/graphics4/ConstantLocation.html">ConstantLocation</a>,</span> <span style="white-space:nowrap">value1:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="./Float.html">Float</a>,</span> <span style="white-space:nowrap">value2:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="./Float.html">Float</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setFloat2Compute"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setFloat2Compute"><span class="identifier">setFloat2Compute</span></a> (<span style="white-space:nowrap">location:<a class="type" title="" href="./kha/compute/ConstantLocation.html">ConstantLocation</a>,</span> <span style="white-space:nowrap">value1:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="./Float.html">Float</a>,</span> <span style="white-space:nowrap">value2:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="./Float.html">Float</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setFloat3"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setFloat3"><span class="identifier">setFloat3</span></a> (<span style="white-space:nowrap">location:<a class="type" title="" href="./kha/graphics4/ConstantLocation.html">ConstantLocation</a>,</span> <span style="white-space:nowrap">value1:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="./Float.html">Float</a>,</span> <span style="white-space:nowrap">value2:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="./Float.html">Float</a>,</span> <span style="white-space:nowrap">value3:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="./Float.html">Float</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setFloat3Compute"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setFloat3Compute"><span class="identifier">setFloat3Compute</span></a> (<span style="white-space:nowrap">location:<a class="type" title="" href="./kha/compute/ConstantLocation.html">ConstantLocation</a>,</span> <span style="white-space:nowrap">value1:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="./Float.html">Float</a>,</span> <span style="white-space:nowrap">value2:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="./Float.html">Float</a>,</span> <span style="white-space:nowrap">value3:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="./Float.html">Float</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setFloat4"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setFloat4"><span class="identifier">setFloat4</span></a> (<span style="white-space:nowrap">location:<a class="type" title="" href="./kha/graphics4/ConstantLocation.html">ConstantLocation</a>,</span> <span style="white-space:nowrap">value1:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="./Float.html">Float</a>,</span> <span style="white-space:nowrap">value2:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="./Float.html">Float</a>,</span> <span style="white-space:nowrap">value3:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="./Float.html">Float</a>,</span> <span style="white-space:nowrap">value4:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="./Float.html">Float</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setFloat4Compute"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setFloat4Compute"><span class="identifier">setFloat4Compute</span></a> (<span style="white-space:nowrap">location:<a class="type" title="" href="./kha/compute/ConstantLocation.html">ConstantLocation</a>,</span> <span style="white-space:nowrap">value1:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="./Float.html">Float</a>,</span> <span style="white-space:nowrap">value2:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="./Float.html">Float</a>,</span> <span style="white-space:nowrap">value3:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="./Float.html">Float</a>,</span> <span style="white-space:nowrap">value4:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="./Float.html">Float</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setFloatCompute"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setFloatCompute"><span class="identifier">setFloatCompute</span></a> (<span style="white-space:nowrap">location:<a class="type" title="" href="./kha/compute/ConstantLocation.html">ConstantLocation</a>,</span> <span style="white-space:nowrap">value:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="./Float.html">Float</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setFloats"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setFloats"><span class="identifier">setFloats</span></a> (<span style="white-space:nowrap">location:<a class="type" title="" href="./kha/graphics4/ConstantLocation.html">ConstantLocation</a>,</span> <span style="white-space:nowrap">values:<a class="type" title="" href="./js/lib/ArrayBuffer.html">ArrayBuffer</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setFloatsCompute"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setFloatsCompute"><span class="identifier">setFloatsCompute</span></a> (<span style="white-space:nowrap">location:<a class="type" title="" href="./kha/compute/ConstantLocation.html">ConstantLocation</a>,</span> <span style="white-space:nowrap">values:<a class="type" title="" href="./js/lib/ArrayBuffer.html">ArrayBuffer</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setGamepadAxisCallback"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setGamepadAxisCallback"><span class="identifier">setGamepadAxisCallback</span></a> (<span style="white-space:nowrap">callback:<a class="type" title="The standard Int type." href="./Int.html">Int</a> ‑> <a class="type" title="The standard Int type." href="./Int.html">Int</a> ‑> <a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="./Float.html">Float</a> ‑> <a class="type" title="The standard Void type." href="./Void.html">Void</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setGamepadButtonCallback"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setGamepadButtonCallback"><span class="identifier">setGamepadButtonCallback</span></a> (<span style="white-space:nowrap">callback:<a class="type" title="The standard Int type." href="./Int.html">Int</a> ‑> <a class="type" title="The standard Int type." href="./Int.html">Int</a> ‑> <a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="./Float.html">Float</a> ‑> <a class="type" title="The standard Void type." href="./Void.html">Void</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setImageTexture"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setImageTexture"><span class="identifier">setImageTexture</span></a> (<span style="white-space:nowrap">stage:<a class="type" title="" href="./kha/graphics4/TextureUnit.html">TextureUnit</a>,</span> <span style="white-space:nowrap">texture:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setIndexBuffer"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setIndexBuffer"><span class="identifier">setIndexBuffer</span></a> (<span style="white-space:nowrap">buffer:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setInt"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setInt"><span class="identifier">setInt</span></a> (<span style="white-space:nowrap">location:<a class="type" title="" href="./kha/graphics4/ConstantLocation.html">ConstantLocation</a>,</span> <span style="white-space:nowrap">value:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setIntCompute"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setIntCompute"><span class="identifier">setIntCompute</span></a> (<span style="white-space:nowrap">location:<a class="type" title="" href="./kha/compute/ConstantLocation.html">ConstantLocation</a>,</span> <span style="white-space:nowrap">value:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setKeyboardDownCallback"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setKeyboardDownCallback"><span class="identifier">setKeyboardDownCallback</span></a> (<span style="white-space:nowrap">callback:<a class="type" title="The standard Int type." href="./Int.html">Int</a> ‑> <a class="type" title="The standard Void type." href="./Void.html">Void</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setKeyboardPressCallback"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setKeyboardPressCallback"><span class="identifier">setKeyboardPressCallback</span></a> (<span style="white-space:nowrap">callback:<a class="type" title="The standard Int type." href="./Int.html">Int</a> ‑> <a class="type" title="The standard Void type." href="./Void.html">Void</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setKeyboardUpCallback"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setKeyboardUpCallback"><span class="identifier">setKeyboardUpCallback</span></a> (<span style="white-space:nowrap">callback:<a class="type" title="The standard Int type." href="./Int.html">Int</a> ‑> <a class="type" title="The standard Void type." href="./Void.html">Void</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setMatrix"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setMatrix"><span class="identifier">setMatrix</span></a> (<span style="white-space:nowrap">location:<a class="type" title="" href="./kha/graphics4/ConstantLocation.html">ConstantLocation</a>,</span> <span style="white-space:nowrap">matrix:<a class="type" title="" href="./js/lib/ArrayBuffer.html">ArrayBuffer</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setMatrix3"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setMatrix3"><span class="identifier">setMatrix3</span></a> (<span style="white-space:nowrap">location:<a class="type" title="" href="./kha/graphics4/ConstantLocation.html">ConstantLocation</a>,</span> <span style="white-space:nowrap">matrix:<a class="type" title="" href="./js/lib/ArrayBuffer.html">ArrayBuffer</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setMatrix3Compute"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setMatrix3Compute"><span class="identifier">setMatrix3Compute</span></a> (<span style="white-space:nowrap">location:<a class="type" title="" href="./kha/compute/ConstantLocation.html">ConstantLocation</a>,</span> <span style="white-space:nowrap">matrix:<a class="type" title="" href="./js/lib/ArrayBuffer.html">ArrayBuffer</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setMatrixCompute"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setMatrixCompute"><span class="identifier">setMatrixCompute</span></a> (<span style="white-space:nowrap">location:<a class="type" title="" href="./kha/compute/ConstantLocation.html">ConstantLocation</a>,</span> <span style="white-space:nowrap">matrix:<a class="type" title="" href="./js/lib/ArrayBuffer.html">ArrayBuffer</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setMipmaps"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setMipmaps"><span class="identifier">setMipmaps</span></a> (<span style="white-space:nowrap">texture:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a>,</span> <span style="white-space:nowrap">mipmaps:<a class="type" title="An Array is a storage for values." href="./Array.html">Array</a><<a class="type" title="" href="./kha/Image.html">Image</a>></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setMouseDownCallback"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setMouseDownCallback"><span class="identifier">setMouseDownCallback</span></a> (<span style="white-space:nowrap">callback:<a class="type" title="The standard Int type." href="./Int.html">Int</a> ‑> <a class="type" title="The standard Int type." href="./Int.html">Int</a> ‑> <a class="type" title="The standard Int type." href="./Int.html">Int</a> ‑> <a class="type" title="The standard Void type." href="./Void.html">Void</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setMouseMoveCallback"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setMouseMoveCallback"><span class="identifier">setMouseMoveCallback</span></a> (<span style="white-space:nowrap">callback:<a class="type" title="The standard Int type." href="./Int.html">Int</a> ‑> <a class="type" title="The standard Int type." href="./Int.html">Int</a> ‑> <a class="type" title="The standard Int type." href="./Int.html">Int</a> ‑> <a class="type" title="The standard Int type." href="./Int.html">Int</a> ‑> <a class="type" title="The standard Void type." href="./Void.html">Void</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setMouseUpCallback"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setMouseUpCallback"><span class="identifier">setMouseUpCallback</span></a> (<span style="white-space:nowrap">callback:<a class="type" title="The standard Int type." href="./Int.html">Int</a> ‑> <a class="type" title="The standard Int type." href="./Int.html">Int</a> ‑> <a class="type" title="The standard Int type." href="./Int.html">Int</a> ‑> <a class="type" title="The standard Void type." href="./Void.html">Void</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setMouseWheelCallback"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setMouseWheelCallback"><span class="identifier">setMouseWheelCallback</span></a> (<span style="white-space:nowrap">callback:<a class="type" title="The standard Int type." href="./Int.html">Int</a> ‑> <a class="type" title="The standard Void type." href="./Void.html">Void</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setPenDownCallback"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setPenDownCallback"><span class="identifier">setPenDownCallback</span></a> (<span style="white-space:nowrap">callback:<a class="type" title="The standard Int type." href="./Int.html">Int</a> ‑> <a class="type" title="The standard Int type." href="./Int.html">Int</a> ‑> <a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="./Float.html">Float</a> ‑> <a class="type" title="The standard Void type." href="./Void.html">Void</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setPenMoveCallback"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setPenMoveCallback"><span class="identifier">setPenMoveCallback</span></a> (<span style="white-space:nowrap">callback:<a class="type" title="The standard Int type." href="./Int.html">Int</a> ‑> <a class="type" title="The standard Int type." href="./Int.html">Int</a> ‑> <a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="./Float.html">Float</a> ‑> <a class="type" title="The standard Void type." href="./Void.html">Void</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setPenUpCallback"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setPenUpCallback"><span class="identifier">setPenUpCallback</span></a> (<span style="white-space:nowrap">callback:<a class="type" title="The standard Int type." href="./Int.html">Int</a> ‑> <a class="type" title="The standard Int type." href="./Int.html">Int</a> ‑> <a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="./Float.html">Float</a> ‑> <a class="type" title="The standard Void type." href="./Void.html">Void</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setPipeline"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setPipeline"><span class="identifier">setPipeline</span></a> (<span style="white-space:nowrap">pipeline:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setRenderTarget"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setRenderTarget"><span class="identifier">setRenderTarget</span></a> (<span style="white-space:nowrap">stage:<a class="type" title="" href="./kha/graphics4/TextureUnit.html">TextureUnit</a>,</span> <span style="white-space:nowrap">renderTarget:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setRenderTargetCompute"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setRenderTargetCompute"><span class="identifier">setRenderTargetCompute</span></a> (<span style="white-space:nowrap">unit:<a class="type" title="" href="./kha/compute/TextureUnit.html">TextureUnit</a>,</span> <span style="white-space:nowrap">renderTarget:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a>,</span> <span style="white-space:nowrap">access:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setSampledDepthTextureCompute"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setSampledDepthTextureCompute"><span class="identifier">setSampledDepthTextureCompute</span></a> (<span style="white-space:nowrap">unit:<a class="type" title="" href="./kha/compute/TextureUnit.html">TextureUnit</a>,</span> <span style="white-space:nowrap">texture:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setSampledRenderTargetCompute"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setSampledRenderTargetCompute"><span class="identifier">setSampledRenderTargetCompute</span></a> (<span style="white-space:nowrap">unit:<a class="type" title="" href="./kha/compute/TextureUnit.html">TextureUnit</a>,</span> <span style="white-space:nowrap">renderTarget:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setSampledTextureCompute"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setSampledTextureCompute"><span class="identifier">setSampledTextureCompute</span></a> (<span style="white-space:nowrap">unit:<a class="type" title="" href="./kha/compute/TextureUnit.html">TextureUnit</a>,</span> <span style="white-space:nowrap">texture:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setShaderCompute"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setShaderCompute"><span class="identifier">setShaderCompute</span></a> (<span style="white-space:nowrap">shader:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setTexture"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setTexture"><span class="identifier">setTexture</span></a> (<span style="white-space:nowrap">stage:<a class="type" title="" href="./kha/graphics4/TextureUnit.html">TextureUnit</a>,</span> <span style="white-space:nowrap">texture:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setTexture3DParameters"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setTexture3DParameters"><span class="identifier">setTexture3DParameters</span></a> (<span style="white-space:nowrap">texunit:<a class="type" title="" href="./kha/graphics4/TextureUnit.html">TextureUnit</a>,</span> <span style="white-space:nowrap">uAddressing:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">vAddressing:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">wAddressing:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">minificationFilter:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">magnificationFilter:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">mipmapFilter:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setTexture3DParametersCompute"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setTexture3DParametersCompute"><span class="identifier">setTexture3DParametersCompute</span></a> (<span style="white-space:nowrap">texunit:<a class="type" title="" href="./kha/compute/TextureUnit.html">TextureUnit</a>,</span> <span style="white-space:nowrap">uAddressing:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">vAddressing:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">wAddressing:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">minificationFilter:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">magnificationFilter:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">mipmapFilter:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setTextureCompareMode"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setTextureCompareMode"><span class="identifier">setTextureCompareMode</span></a> (<span style="white-space:nowrap">texunit:<a class="type" title="" href="./kha/graphics4/TextureUnit.html">TextureUnit</a>,</span> <span style="white-space:nowrap">enabled:<a class="type" title="The standard Boolean type, which can either be true or false." href="./Bool.html">Bool</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setTextureCompute"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setTextureCompute"><span class="identifier">setTextureCompute</span></a> (<span style="white-space:nowrap">unit:<a class="type" title="" href="./kha/compute/TextureUnit.html">TextureUnit</a>,</span> <span style="white-space:nowrap">texture:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a>,</span> <span style="white-space:nowrap">access:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setTextureDepth"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setTextureDepth"><span class="identifier">setTextureDepth</span></a> (<span style="white-space:nowrap">unit:<a class="type" title="" href="./kha/graphics4/TextureUnit.html">TextureUnit</a>,</span> <span style="white-space:nowrap">texture:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setTextureParameters"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setTextureParameters"><span class="identifier">setTextureParameters</span></a> (<span style="white-space:nowrap">texunit:<a class="type" title="" href="./kha/graphics4/TextureUnit.html">TextureUnit</a>,</span> <span style="white-space:nowrap">uAddressing:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">vAddressing:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">minificationFilter:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">magnificationFilter:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">mipmapFilter:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setTextureParametersCompute"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setTextureParametersCompute"><span class="identifier">setTextureParametersCompute</span></a> (<span style="white-space:nowrap">texunit:<a class="type" title="" href="./kha/compute/TextureUnit.html">TextureUnit</a>,</span> <span style="white-space:nowrap">uAddressing:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">vAddressing:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">minificationFilter:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">magnificationFilter:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">mipmapFilter:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setVertexBuffer"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setVertexBuffer"><span class="identifier">setVertexBuffer</span></a> (<span style="white-space:nowrap">buffer:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setVertexBuffers"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setVertexBuffers"><span class="identifier">setVertexBuffers</span></a> (<span style="white-space:nowrap">vertexBuffers:<a class="type" title="An Array is a storage for values." href="./Array.html">Array</a><<a class="type" title="" href="./kha/graphics4/VertexBuffer.html">VertexBuffer</a>></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="setWindowTitle"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#setWindowTitle"><span class="identifier">setWindowTitle</span></a> (<span style="white-space:nowrap">id:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">title:<a class="type" title="The basic String class." href="./String.html">String</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="showMouse"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#showMouse"><span class="identifier">showMouse</span></a> (<span style="white-space:nowrap">show:<a class="type" title="The standard Boolean type, which can either be true or false." href="./Bool.html">Bool</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="sysCommand"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#sysCommand"><span class="identifier">sysCommand</span></a> (<span style="white-space:nowrap">cmd:<a class="type" title="The basic String class." href="./String.html">String</a>,</span> <span style="white-space:nowrap">?args:<a class="type" title="An Array is a storage for values." href="./Array.html">Array</a><<a class="type" title="The basic String class." href="./String.html">String</a>></span>):<a class="type" title="The standard Int type." href="./Int.html">Int</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="systemId"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#systemId"><span class="identifier">systemId</span></a> ():<a class="type" title="The basic String class." href="./String.html">String</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="unloadImage"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#unloadImage"><span class="identifier">unloadImage</span></a> (<span style="white-space:nowrap">image:<a class="type" title="" href="./kha/Image.html">Image</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="unlockIndexBuffer"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#unlockIndexBuffer"><span class="identifier">unlockIndexBuffer</span></a> (<span style="white-space:nowrap">buffer:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="unlockMouse"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#unlockMouse"><span class="identifier">unlockMouse</span></a> ():<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="unlockTexture"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#unlockTexture"><span class="identifier">unlockTexture</span></a> (<span style="white-space:nowrap">texture:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="unlockVertexBuffer"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#unlockVertexBuffer"><span class="identifier">unlockVertexBuffer</span></a> (<span style="white-space:nowrap">buffer:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="./Dynamic.html">Dynamic</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="viewport"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#viewport"><span class="identifier">viewport</span></a> (<span style="white-space:nowrap">x:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">y:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">width:<a class="type" title="The standard Int type." href="./Int.html">Int</a>,</span> <span style="white-space:nowrap">height:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="windowHeight"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#windowHeight"><span class="identifier">windowHeight</span></a> (<span style="white-space:nowrap">id:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="The standard Int type." href="./Int.html">Int</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="windowWidth"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#windowWidth"><span class="identifier">windowWidth</span></a> (<span style="white-space:nowrap">id:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="The standard Int type." href="./Int.html">Int</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="writeAudioBuffer"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#writeAudioBuffer"><span class="identifier">writeAudioBuffer</span></a> (<span style="white-space:nowrap">buffer:<a class="type" title="" href="./js/lib/ArrayBuffer.html">ArrayBuffer</a>,</span> <span style="white-space:nowrap">samples:<a class="type" title="The standard Int type." href="./Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="writeStorage"></a><h3 class="anchor"><code><span class="label label-static">static</span><a href="#writeStorage"><span class="identifier">writeStorage</span></a> (<span style="white-space:nowrap">name:<a class="type" title="The basic String class." href="./String.html">String</a>,</span> <span style="white-space:nowrap">data:<a class="type" title="" href="./haxe/io/BytesData.html">BytesData</a></span>):<a class="type" title="The standard Void type." href="./Void.html">Void</a></code></h3><div class="doc"><p></p></div></div></div></div></div></div></div><footer class="section site-footer" style="background:#FAFAFA"><div class="container"><div class="copyright"><p style="color:#000000">© 2019 </p></div></div></footer><script src=".//highlighter.js"></script><link href="./highlighter.css" rel="stylesheet"/></body></html>