Package | flare.flsl |
Class | public class FLSLSampler |
Inheritance | FLSLSampler ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | agalVersion : int = 1 [static] | FLSL | |
bias : int = 0 | FLSLSampler | ||
filter : int = 1 | FLSLSampler | ||
format : int = 0 | FLSLSampler | ||
height : int = 0 | FLSLSampler | ||
mip : int = 2 | FLSLSampler | ||
![]() | name : String
The name of the flsl object. | FLSL | |
optimizeForRenderToTexture : Boolean = false | FLSLSampler | ||
options : int | FLSLSampler | ||
order : int = 0 | FLSLSampler | ||
request : String | FLSLSampler | ||
![]() | semantic : String
The semantic which the object is associated. | FLSL | |
type : int = 0 | FLSLSampler | ||
ui : String | FLSLSampler | ||
value : Texture3D | FLSLSampler | ||
width : int = 0 | FLSLSampler | ||
wrap : int = 1 | FLSLSampler |
Method | Defined By | ||
---|---|---|---|
FLSLSampler(value:Texture3D = null, type:int) | FLSLSampler | ||
FLSLSampler |
Constant | Defined By | ||
---|---|---|---|
FILTER_LINEAR : int = 1 [static] | FLSLSampler | ||
FILTER_NEAREST : int = 0 [static] | FLSLSampler | ||
FORMAT_COMPRESSED : int = 1 [static] | FLSLSampler | ||
FORMAT_COMPRESSED_ALPHA : int = 2 [static] | FLSLSampler | ||
FORMAT_RGBA : int = 0 [static] | FLSLSampler | ||
MIP_LINEAR : int = 2 [static] | FLSLSampler | ||
MIP_NEAREST : int = 1 [static] | FLSLSampler | ||
MIP_NONE : int = 0 [static] | FLSLSampler | ||
OPTION_CENTROID : int [static] | FLSLSampler | ||
OPTION_DEPTH : int [static] | FLSLSampler | ||
OPTION_SINGLE : int [static] | FLSLSampler | ||
TYPE_2D : int = 0 [static] | FLSLSampler | ||
TYPE_CUBE : int = 1 [static] | FLSLSampler | ||
WRAP_CLAMP : int = 0 [static] | FLSLSampler | ||
WRAP_REPEAT : int = 1 [static] | FLSLSampler |
bias | property |
public var bias:int = 0
filter | property |
public var filter:int = 1
format | property |
public var format:int = 0
height | property |
public var height:int = 0
mip | property |
public var mip:int = 2
optimizeForRenderToTexture | property |
public var optimizeForRenderToTexture:Boolean = false
options | property |
public var options:int
order | property |
public var order:int = 0
request | property |
public var request:String
type | property |
public var type:int = 0
ui | property |
public var ui:String
value | property |
public var value:Texture3D
width | property |
public var width:int = 0
wrap | property |
public var wrap:int = 1
FLSLSampler | () | Constructor |
public function FLSLSampler(value:Texture3D = null, type:int)
value:Texture3D (default = null )
| |
type:int (default = NaN )
|
clone | () | method |
FILTER_LINEAR | Constant |
public static const FILTER_LINEAR:int = 1
FILTER_NEAREST | Constant |
public static const FILTER_NEAREST:int = 0
FORMAT_COMPRESSED | Constant |
public static const FORMAT_COMPRESSED:int = 1
FORMAT_COMPRESSED_ALPHA | Constant |
public static const FORMAT_COMPRESSED_ALPHA:int = 2
FORMAT_RGBA | Constant |
public static const FORMAT_RGBA:int = 0
MIP_LINEAR | Constant |
public static const MIP_LINEAR:int = 2
MIP_NEAREST | Constant |
public static const MIP_NEAREST:int = 1
MIP_NONE | Constant |
public static const MIP_NONE:int = 0
OPTION_CENTROID | Constant |
public static const OPTION_CENTROID:int
OPTION_DEPTH | Constant |
public static const OPTION_DEPTH:int
OPTION_SINGLE | Constant |
public static const OPTION_SINGLE:int
TYPE_2D | Constant |
public static const TYPE_2D:int = 0
TYPE_CUBE | Constant |
public static const TYPE_CUBE:int = 1
WRAP_CLAMP | Constant |
public static const WRAP_CLAMP:int = 0
WRAP_REPEAT | Constant |
public static const WRAP_REPEAT:int = 1