Kanzi  3.9.8
Kanzi Engine Java API
SamplerMipmapMode Enum Reference

Legacy version of enum "kanzi.Sampler.MipmapMode". More...

Inheritance diagram for SamplerMipmapMode:
[legend]

Public Member Functions

 SamplerMipmapMode (int mValue)
 
 SamplerMipmapMode (SamplerMipmapMode enum_)
 
int getValue ()
 Returns the integer value of the enumeration constant. More...
 
final int swigValue ()
 

Static Public Member Functions

static SamplerMipmapMode swigToEnum (int swigValue)
 
static SamplerMipmapMode toEnum (int value)
 Converts an integer value to the matching enumeration constant. More...
 

Public Attributes

 MipmapModeBase =(0)
 When sampling texture, use only base level image, no mipmap images are used/needed.
 
 MipmapModeLinear =(2)
 When sampling texture, pick two nearest mipmap level images, mipmap images are needed.
 
 MipmapModeNearest =(1)
 When sampling texture, pick one image, the nearest mipmap level, mipmap images are needed.
 

Detailed Description

Legacy version of enum "kanzi.Sampler.MipmapMode".

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

static SamplerMipmapMode toEnum ( int  value)
static

Converts an integer value to the matching enumeration constant.

Parameters
valueInteger value to convert to enumeration constant.
Returns
Enumeration constant matching the integer value.