Package org.lwjgl.util.ktx
Class ktxBasisParams
- All Implemented Interfaces:
AutoCloseable
,NativeResource
,Pointer
struct ktxBasisParams {
ktx_uint32_t structSize;
ktx_bool_t uastc;
ktx_bool_t verbose;
ktx_bool_t noSSE;
ktx_uint32_t threadCount;
ktx_uint32_t compressionLevel;
ktx_uint32_t qualityLevel;
ktx_uint32_t maxEndpoints;
float endpointRDOThreshold;
ktx_uint32_t maxSelectors;
float selectorRDOThreshold;
char inputSwizzle[4];
ktx_bool_t normalMap;
ktx_bool_t separateRGToRGB_A;
ktx_bool_t preSwizzle;
ktx_bool_t noEndpointRDO;
ktx_bool_t noSelectorRDO;
ktx_pack_uastc_flags uastcFlags;
ktx_bool_t uastcRDO;
float uastcRDOQualityScalar;
ktx_uint32_t uastcRDODictSize;
float uastcRDOMaxSmoothBlockErrorScale;
float uastcRDOMaxSmoothBlockStdDev;
ktx_bool_t uastcRDODontFavorSimplerModes;
ktx_bool_t uastcRDONoMultithreading;
}
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidation
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The struct alignment in bytes.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct size in bytes.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionktxBasisParams
(ByteBuffer container) Creates aktxBasisParams
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptionstatic ktxBasisParams
calloc()
Returns a newktxBasisParams
instance allocated withmemCalloc
.static ktxBasisParams.Buffer
calloc
(int capacity) Returns a newktxBasisParams.Buffer
instance allocated withmemCalloc
.static ktxBasisParams.Buffer
calloc
(int capacity, MemoryStack stack) Returns a newktxBasisParams.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static ktxBasisParams
calloc
(MemoryStack stack) Returns a newktxBasisParams
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.int
compressionLevel
(int value) Sets the specified value to thecompressionLevel
field.static ktxBasisParams
create()
Returns a newktxBasisParams
instance allocated withBufferUtils
.static ktxBasisParams.Buffer
create
(int capacity) Returns a newktxBasisParams.Buffer
instance allocated withBufferUtils
.static ktxBasisParams
create
(long address) Returns a newktxBasisParams
instance for the specified memory address.static ktxBasisParams.Buffer
create
(long address, int capacity) Create aktxBasisParams.Buffer
instance at the specified memory.static @Nullable ktxBasisParams
createSafe
(long address) static @Nullable ktxBasisParams.Buffer
createSafe
(long address, int capacity) float
endpointRDOThreshold
(float value) Sets the specified value to theendpointRDOThreshold
field.byte
inputSwizzle
(int index) inputSwizzle
(int index, byte value) Sets the specified value at the specified index of theinputSwizzle
field.inputSwizzle
(ByteBuffer value) Copies the specifiedByteBuffer
to theinputSwizzle
field.static ktxBasisParams
malloc()
Returns a newktxBasisParams
instance allocated withmemAlloc
.static ktxBasisParams.Buffer
malloc
(int capacity) Returns a newktxBasisParams.Buffer
instance allocated withmemAlloc
.static ktxBasisParams.Buffer
malloc
(int capacity, MemoryStack stack) Returns a newktxBasisParams.Buffer
instance allocated on the specifiedMemoryStack
.static ktxBasisParams
malloc
(MemoryStack stack) Returns a newktxBasisParams
instance allocated on the specifiedMemoryStack
.int
maxEndpoints
(int value) Sets the specified value to themaxEndpoints
field.int
maxSelectors
(int value) Sets the specified value to themaxSelectors
field.static int
ncompressionLevel
(long struct) Unsafe version ofcompressionLevel()
.static void
ncompressionLevel
(long struct, int value) Unsafe version ofcompressionLevel
.static float
nendpointRDOThreshold
(long struct) Unsafe version ofendpointRDOThreshold()
.static void
nendpointRDOThreshold
(long struct, float value) Unsafe version ofendpointRDOThreshold
.static ByteBuffer
ninputSwizzle
(long struct) Unsafe version ofinputSwizzle()
.static byte
ninputSwizzle
(long struct, int index) Unsafe version ofinputSwizzle
.static void
ninputSwizzle
(long struct, int index, byte value) Unsafe version ofinputSwizzle
.static void
ninputSwizzle
(long struct, ByteBuffer value) Unsafe version ofinputSwizzle
.static int
nmaxEndpoints
(long struct) Unsafe version ofmaxEndpoints()
.static void
nmaxEndpoints
(long struct, int value) Unsafe version ofmaxEndpoints
.static int
nmaxSelectors
(long struct) Unsafe version ofmaxSelectors()
.static void
nmaxSelectors
(long struct, int value) Unsafe version ofmaxSelectors
.static boolean
nnoEndpointRDO
(long struct) Unsafe version ofnoEndpointRDO()
.static void
nnoEndpointRDO
(long struct, boolean value) Unsafe version ofnoEndpointRDO
.static boolean
nnormalMap
(long struct) Unsafe version ofnormalMap()
.static void
nnormalMap
(long struct, boolean value) Unsafe version ofnormalMap
.static boolean
nnoSelectorRDO
(long struct) Unsafe version ofnoSelectorRDO()
.static void
nnoSelectorRDO
(long struct, boolean value) Unsafe version ofnoSelectorRDO
.static boolean
nnoSSE
(long struct) Unsafe version ofnoSSE()
.static void
nnoSSE
(long struct, boolean value) Unsafe version ofnoSSE
.boolean
noEndpointRDO
(boolean value) Sets the specified value to thenoEndpointRDO
field.boolean
normalMap
(boolean value) Sets the specified value to thenormalMap
field.boolean
noSelectorRDO
(boolean value) Sets the specified value to thenoSelectorRDO
field.boolean
noSSE()
noSSE
(boolean value) Sets the specified value to thenoSSE
field.static boolean
npreSwizzle
(long struct) Unsafe version ofpreSwizzle()
.static void
npreSwizzle
(long struct, boolean value) Unsafe version ofpreSwizzle
.static int
nqualityLevel
(long struct) Unsafe version ofqualityLevel()
.static void
nqualityLevel
(long struct, int value) Unsafe version ofqualityLevel
.static float
nselectorRDOThreshold
(long struct) Unsafe version ofselectorRDOThreshold()
.static void
nselectorRDOThreshold
(long struct, float value) Unsafe version ofselectorRDOThreshold
.static boolean
nseparateRGToRGB_A
(long struct) Unsafe version ofseparateRGToRGB_A()
.static void
nseparateRGToRGB_A
(long struct, boolean value) Unsafe version ofseparateRGToRGB_A
.static int
nstructSize
(long struct) Unsafe version ofstructSize()
.static void
nstructSize
(long struct, int value) Unsafe version ofstructSize
.static int
nthreadCount
(long struct) Unsafe version ofthreadCount()
.static void
nthreadCount
(long struct, int value) Unsafe version ofthreadCount
.static boolean
nuastc
(long struct) Unsafe version ofuastc()
.static void
nuastc
(long struct, boolean value) Unsafe version ofuastc
.static int
nuastcFlags
(long struct) Unsafe version ofuastcFlags()
.static void
nuastcFlags
(long struct, int value) Unsafe version ofuastcFlags
.static boolean
nuastcRDO
(long struct) Unsafe version ofuastcRDO()
.static void
nuastcRDO
(long struct, boolean value) Unsafe version ofuastcRDO
.static int
nuastcRDODictSize
(long struct) Unsafe version ofuastcRDODictSize()
.static void
nuastcRDODictSize
(long struct, int value) Unsafe version ofuastcRDODictSize
.static boolean
nuastcRDODontFavorSimplerModes
(long struct) Unsafe version ofuastcRDODontFavorSimplerModes()
.static void
nuastcRDODontFavorSimplerModes
(long struct, boolean value) Unsafe version ofuastcRDODontFavorSimplerModes
.static float
nuastcRDOMaxSmoothBlockErrorScale
(long struct) Unsafe version ofuastcRDOMaxSmoothBlockErrorScale()
.static void
nuastcRDOMaxSmoothBlockErrorScale
(long struct, float value) Unsafe version ofuastcRDOMaxSmoothBlockErrorScale
.static float
nuastcRDOMaxSmoothBlockStdDev
(long struct) Unsafe version ofuastcRDOMaxSmoothBlockStdDev()
.static void
nuastcRDOMaxSmoothBlockStdDev
(long struct, float value) Unsafe version ofuastcRDOMaxSmoothBlockStdDev
.static boolean
nuastcRDONoMultithreading
(long struct) Unsafe version ofuastcRDONoMultithreading()
.static void
nuastcRDONoMultithreading
(long struct, boolean value) Unsafe version ofuastcRDONoMultithreading
.static float
nuastcRDOQualityScalar
(long struct) Unsafe version ofuastcRDOQualityScalar()
.static void
nuastcRDOQualityScalar
(long struct, float value) Unsafe version ofuastcRDOQualityScalar
.static boolean
nverbose
(long struct) Unsafe version ofverbose()
.static void
nverbose
(long struct, boolean value) Unsafe version ofverbose
.boolean
preSwizzle
(boolean value) Sets the specified value to thepreSwizzle
field.int
qualityLevel
(int value) Sets the specified value to thequalityLevel
field.float
selectorRDOThreshold
(float value) Sets the specified value to theselectorRDOThreshold
field.boolean
separateRGToRGB_A
(boolean value) Sets the specified value to theseparateRGToRGB_A
field.set
(int structSize, boolean uastc, boolean verbose, boolean noSSE, int threadCount, int compressionLevel, int qualityLevel, int maxEndpoints, float endpointRDOThreshold, int maxSelectors, float selectorRDOThreshold, ByteBuffer inputSwizzle, boolean normalMap, boolean separateRGToRGB_A, boolean preSwizzle, boolean noEndpointRDO, boolean noSelectorRDO, int uastcFlags, boolean uastcRDO, float uastcRDOQualityScalar, int uastcRDODictSize, float uastcRDOMaxSmoothBlockErrorScale, float uastcRDOMaxSmoothBlockStdDev, boolean uastcRDODontFavorSimplerModes, boolean uastcRDONoMultithreading) Initializes this struct with the specified values.set
(ktxBasisParams src) Copies the specified struct data to this struct.int
sizeof()
Returnssizeof(struct)
.int
structSize
(int value) Sets the specified value to thestructSize
field.int
threadCount
(int value) Sets the specified value to thethreadCount
field.boolean
uastc()
uastc
(boolean value) Sets the specified value to theuastc
field.int
uastcFlags
(int value) Sets the specified value to theuastcFlags
field.boolean
uastcRDO()
uastcRDO
(boolean value) Sets the specified value to theuastcRDO
field.int
uastcRDODictSize
(int value) Sets the specified value to theuastcRDODictSize
field.boolean
uastcRDODontFavorSimplerModes
(boolean value) Sets the specified value to theuastcRDODontFavorSimplerModes
field.float
uastcRDOMaxSmoothBlockErrorScale
(float value) Sets the specified value to theuastcRDOMaxSmoothBlockErrorScale
field.float
uastcRDOMaxSmoothBlockStdDev
(float value) Sets the specified value to theuastcRDOMaxSmoothBlockStdDev
field.boolean
uastcRDONoMultithreading
(boolean value) Sets the specified value to theuastcRDONoMultithreading
field.float
uastcRDOQualityScalar
(float value) Sets the specified value to theuastcRDOQualityScalar
field.boolean
verbose()
verbose
(boolean value) Sets the specified value to theverbose
field.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
Methods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
STRUCTSIZE
public static final int STRUCTSIZEThe struct member offsets. -
UASTC
public static final int UASTCThe struct member offsets. -
VERBOSE
public static final int VERBOSEThe struct member offsets. -
NOSSE
public static final int NOSSEThe struct member offsets. -
THREADCOUNT
public static final int THREADCOUNTThe struct member offsets. -
COMPRESSIONLEVEL
public static final int COMPRESSIONLEVELThe struct member offsets. -
QUALITYLEVEL
public static final int QUALITYLEVELThe struct member offsets. -
MAXENDPOINTS
public static final int MAXENDPOINTSThe struct member offsets. -
ENDPOINTRDOTHRESHOLD
public static final int ENDPOINTRDOTHRESHOLDThe struct member offsets. -
MAXSELECTORS
public static final int MAXSELECTORSThe struct member offsets. -
SELECTORRDOTHRESHOLD
public static final int SELECTORRDOTHRESHOLDThe struct member offsets. -
INPUTSWIZZLE
public static final int INPUTSWIZZLEThe struct member offsets. -
NORMALMAP
public static final int NORMALMAPThe struct member offsets. -
SEPARATERGTORGB_A
public static final int SEPARATERGTORGB_AThe struct member offsets. -
PRESWIZZLE
public static final int PRESWIZZLEThe struct member offsets. -
NOENDPOINTRDO
public static final int NOENDPOINTRDOThe struct member offsets. -
NOSELECTORRDO
public static final int NOSELECTORRDOThe struct member offsets. -
UASTCFLAGS
public static final int UASTCFLAGSThe struct member offsets. -
UASTCRDO
public static final int UASTCRDOThe struct member offsets. -
UASTCRDOQUALITYSCALAR
public static final int UASTCRDOQUALITYSCALARThe struct member offsets. -
UASTCRDODICTSIZE
public static final int UASTCRDODICTSIZEThe struct member offsets. -
UASTCRDOMAXSMOOTHBLOCKERRORSCALE
public static final int UASTCRDOMAXSMOOTHBLOCKERRORSCALEThe struct member offsets. -
UASTCRDOMAXSMOOTHBLOCKSTDDEV
public static final int UASTCRDOMAXSMOOTHBLOCKSTDDEVThe struct member offsets. -
UASTCRDODONTFAVORSIMPLERMODES
public static final int UASTCRDODONTFAVORSIMPLERMODESThe struct member offsets. -
UASTCRDONOMULTITHREADING
public static final int UASTCRDONOMULTITHREADINGThe struct member offsets.
-
-
Constructor Details
-
ktxBasisParams
Creates aktxBasisParams
instance at the current position of the specifiedByteBuffer
container. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Details
-
sizeof
public int sizeof()Description copied from class:Struct
Returnssizeof(struct)
.- Specified by:
sizeof
in classStruct<ktxBasisParams>
-
structSize
public int structSize()- Returns:
- the value of the
structSize
field.
-
uastc
public boolean uastc()- Returns:
- the value of the
uastc
field.
-
verbose
public boolean verbose()- Returns:
- the value of the
verbose
field.
-
noSSE
public boolean noSSE()- Returns:
- the value of the
noSSE
field.
-
threadCount
public int threadCount()- Returns:
- the value of the
threadCount
field.
-
compressionLevel
public int compressionLevel()- Returns:
- the value of the
compressionLevel
field.
-
qualityLevel
public int qualityLevel()- Returns:
- the value of the
qualityLevel
field.
-
maxEndpoints
public int maxEndpoints()- Returns:
- the value of the
maxEndpoints
field.
-
endpointRDOThreshold
public float endpointRDOThreshold()- Returns:
- the value of the
endpointRDOThreshold
field.
-
maxSelectors
public int maxSelectors()- Returns:
- the value of the
maxSelectors
field.
-
selectorRDOThreshold
public float selectorRDOThreshold()- Returns:
- the value of the
selectorRDOThreshold
field.
-
inputSwizzle
- Returns:
- a
ByteBuffer
view of theinputSwizzle
field.
-
inputSwizzle
public byte inputSwizzle(int index) - Returns:
- the value at the specified index of the
inputSwizzle
field.
-
normalMap
public boolean normalMap()- Returns:
- the value of the
normalMap
field.
-
separateRGToRGB_A
public boolean separateRGToRGB_A()- Returns:
- the value of the
separateRGToRGB_A
field.
-
preSwizzle
public boolean preSwizzle()- Returns:
- the value of the
preSwizzle
field.
-
noEndpointRDO
public boolean noEndpointRDO()- Returns:
- the value of the
noEndpointRDO
field.
-
noSelectorRDO
public boolean noSelectorRDO()- Returns:
- the value of the
noSelectorRDO
field.
-
uastcFlags
public int uastcFlags()- Returns:
- the value of the
uastcFlags
field.
-
uastcRDO
public boolean uastcRDO()- Returns:
- the value of the
uastcRDO
field.
-
uastcRDOQualityScalar
public float uastcRDOQualityScalar()- Returns:
- the value of the
uastcRDOQualityScalar
field.
-
uastcRDODictSize
public int uastcRDODictSize()- Returns:
- the value of the
uastcRDODictSize
field.
-
uastcRDOMaxSmoothBlockErrorScale
public float uastcRDOMaxSmoothBlockErrorScale()- Returns:
- the value of the
uastcRDOMaxSmoothBlockErrorScale
field.
-
uastcRDOMaxSmoothBlockStdDev
public float uastcRDOMaxSmoothBlockStdDev()- Returns:
- the value of the
uastcRDOMaxSmoothBlockStdDev
field.
-
uastcRDODontFavorSimplerModes
public boolean uastcRDODontFavorSimplerModes()- Returns:
- the value of the
uastcRDODontFavorSimplerModes
field.
-
uastcRDONoMultithreading
public boolean uastcRDONoMultithreading()- Returns:
- the value of the
uastcRDONoMultithreading
field.
-
structSize
Sets the specified value to thestructSize
field. -
uastc
Sets the specified value to theuastc
field. -
verbose
Sets the specified value to theverbose
field. -
noSSE
Sets the specified value to thenoSSE
field. -
threadCount
Sets the specified value to thethreadCount
field. -
compressionLevel
Sets the specified value to thecompressionLevel
field. -
qualityLevel
Sets the specified value to thequalityLevel
field. -
maxEndpoints
Sets the specified value to themaxEndpoints
field. -
endpointRDOThreshold
Sets the specified value to theendpointRDOThreshold
field. -
maxSelectors
Sets the specified value to themaxSelectors
field. -
selectorRDOThreshold
Sets the specified value to theselectorRDOThreshold
field. -
inputSwizzle
Copies the specifiedByteBuffer
to theinputSwizzle
field. -
inputSwizzle
Sets the specified value at the specified index of theinputSwizzle
field. -
normalMap
Sets the specified value to thenormalMap
field. -
separateRGToRGB_A
Sets the specified value to theseparateRGToRGB_A
field. -
preSwizzle
Sets the specified value to thepreSwizzle
field. -
noEndpointRDO
Sets the specified value to thenoEndpointRDO
field. -
noSelectorRDO
Sets the specified value to thenoSelectorRDO
field. -
uastcFlags
Sets the specified value to theuastcFlags
field. -
uastcRDO
Sets the specified value to theuastcRDO
field. -
uastcRDOQualityScalar
Sets the specified value to theuastcRDOQualityScalar
field. -
uastcRDODictSize
Sets the specified value to theuastcRDODictSize
field. -
uastcRDOMaxSmoothBlockErrorScale
Sets the specified value to theuastcRDOMaxSmoothBlockErrorScale
field. -
uastcRDOMaxSmoothBlockStdDev
Sets the specified value to theuastcRDOMaxSmoothBlockStdDev
field. -
uastcRDODontFavorSimplerModes
Sets the specified value to theuastcRDODontFavorSimplerModes
field. -
uastcRDONoMultithreading
Sets the specified value to theuastcRDONoMultithreading
field. -
set
public ktxBasisParams set(int structSize, boolean uastc, boolean verbose, boolean noSSE, int threadCount, int compressionLevel, int qualityLevel, int maxEndpoints, float endpointRDOThreshold, int maxSelectors, float selectorRDOThreshold, ByteBuffer inputSwizzle, boolean normalMap, boolean separateRGToRGB_A, boolean preSwizzle, boolean noEndpointRDO, boolean noSelectorRDO, int uastcFlags, boolean uastcRDO, float uastcRDOQualityScalar, int uastcRDODictSize, float uastcRDOMaxSmoothBlockErrorScale, float uastcRDOMaxSmoothBlockStdDev, boolean uastcRDODontFavorSimplerModes, boolean uastcRDONoMultithreading) Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
Returns a newktxBasisParams
instance allocated withmemAlloc
. The instance must be explicitly freed. -
calloc
Returns a newktxBasisParams
instance allocated withmemCalloc
. The instance must be explicitly freed. -
create
Returns a newktxBasisParams
instance allocated withBufferUtils
. -
create
Returns a newktxBasisParams
instance for the specified memory address. -
createSafe
-
malloc
Returns a newktxBasisParams.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
Returns a newktxBasisParams.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
Returns a newktxBasisParams.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
Create aktxBasisParams.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
-
malloc
Returns a newktxBasisParams
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
calloc
Returns a newktxBasisParams
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
malloc
Returns a newktxBasisParams.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
calloc
Returns a newktxBasisParams.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
nstructSize
public static int nstructSize(long struct) Unsafe version ofstructSize()
. -
nuastc
public static boolean nuastc(long struct) Unsafe version ofuastc()
. -
nverbose
public static boolean nverbose(long struct) Unsafe version ofverbose()
. -
nnoSSE
public static boolean nnoSSE(long struct) Unsafe version ofnoSSE()
. -
nthreadCount
public static int nthreadCount(long struct) Unsafe version ofthreadCount()
. -
ncompressionLevel
public static int ncompressionLevel(long struct) Unsafe version ofcompressionLevel()
. -
nqualityLevel
public static int nqualityLevel(long struct) Unsafe version ofqualityLevel()
. -
nmaxEndpoints
public static int nmaxEndpoints(long struct) Unsafe version ofmaxEndpoints()
. -
nendpointRDOThreshold
public static float nendpointRDOThreshold(long struct) Unsafe version ofendpointRDOThreshold()
. -
nmaxSelectors
public static int nmaxSelectors(long struct) Unsafe version ofmaxSelectors()
. -
nselectorRDOThreshold
public static float nselectorRDOThreshold(long struct) Unsafe version ofselectorRDOThreshold()
. -
ninputSwizzle
Unsafe version ofinputSwizzle()
. -
ninputSwizzle
public static byte ninputSwizzle(long struct, int index) Unsafe version ofinputSwizzle
. -
nnormalMap
public static boolean nnormalMap(long struct) Unsafe version ofnormalMap()
. -
nseparateRGToRGB_A
public static boolean nseparateRGToRGB_A(long struct) Unsafe version ofseparateRGToRGB_A()
. -
npreSwizzle
public static boolean npreSwizzle(long struct) Unsafe version ofpreSwizzle()
. -
nnoEndpointRDO
public static boolean nnoEndpointRDO(long struct) Unsafe version ofnoEndpointRDO()
. -
nnoSelectorRDO
public static boolean nnoSelectorRDO(long struct) Unsafe version ofnoSelectorRDO()
. -
nuastcFlags
public static int nuastcFlags(long struct) Unsafe version ofuastcFlags()
. -
nuastcRDO
public static boolean nuastcRDO(long struct) Unsafe version ofuastcRDO()
. -
nuastcRDOQualityScalar
public static float nuastcRDOQualityScalar(long struct) Unsafe version ofuastcRDOQualityScalar()
. -
nuastcRDODictSize
public static int nuastcRDODictSize(long struct) Unsafe version ofuastcRDODictSize()
. -
nuastcRDOMaxSmoothBlockErrorScale
public static float nuastcRDOMaxSmoothBlockErrorScale(long struct) Unsafe version ofuastcRDOMaxSmoothBlockErrorScale()
. -
nuastcRDOMaxSmoothBlockStdDev
public static float nuastcRDOMaxSmoothBlockStdDev(long struct) Unsafe version ofuastcRDOMaxSmoothBlockStdDev()
. -
nuastcRDODontFavorSimplerModes
public static boolean nuastcRDODontFavorSimplerModes(long struct) Unsafe version ofuastcRDODontFavorSimplerModes()
. -
nuastcRDONoMultithreading
public static boolean nuastcRDONoMultithreading(long struct) Unsafe version ofuastcRDONoMultithreading()
. -
nstructSize
public static void nstructSize(long struct, int value) Unsafe version ofstructSize
. -
nuastc
public static void nuastc(long struct, boolean value) Unsafe version ofuastc
. -
nverbose
public static void nverbose(long struct, boolean value) Unsafe version ofverbose
. -
nnoSSE
public static void nnoSSE(long struct, boolean value) Unsafe version ofnoSSE
. -
nthreadCount
public static void nthreadCount(long struct, int value) Unsafe version ofthreadCount
. -
ncompressionLevel
public static void ncompressionLevel(long struct, int value) Unsafe version ofcompressionLevel
. -
nqualityLevel
public static void nqualityLevel(long struct, int value) Unsafe version ofqualityLevel
. -
nmaxEndpoints
public static void nmaxEndpoints(long struct, int value) Unsafe version ofmaxEndpoints
. -
nendpointRDOThreshold
public static void nendpointRDOThreshold(long struct, float value) Unsafe version ofendpointRDOThreshold
. -
nmaxSelectors
public static void nmaxSelectors(long struct, int value) Unsafe version ofmaxSelectors
. -
nselectorRDOThreshold
public static void nselectorRDOThreshold(long struct, float value) Unsafe version ofselectorRDOThreshold
. -
ninputSwizzle
Unsafe version ofinputSwizzle
. -
ninputSwizzle
public static void ninputSwizzle(long struct, int index, byte value) Unsafe version ofinputSwizzle
. -
nnormalMap
public static void nnormalMap(long struct, boolean value) Unsafe version ofnormalMap
. -
nseparateRGToRGB_A
public static void nseparateRGToRGB_A(long struct, boolean value) Unsafe version ofseparateRGToRGB_A
. -
npreSwizzle
public static void npreSwizzle(long struct, boolean value) Unsafe version ofpreSwizzle
. -
nnoEndpointRDO
public static void nnoEndpointRDO(long struct, boolean value) Unsafe version ofnoEndpointRDO
. -
nnoSelectorRDO
public static void nnoSelectorRDO(long struct, boolean value) Unsafe version ofnoSelectorRDO
. -
nuastcFlags
public static void nuastcFlags(long struct, int value) Unsafe version ofuastcFlags
. -
nuastcRDO
public static void nuastcRDO(long struct, boolean value) Unsafe version ofuastcRDO
. -
nuastcRDOQualityScalar
public static void nuastcRDOQualityScalar(long struct, float value) Unsafe version ofuastcRDOQualityScalar
. -
nuastcRDODictSize
public static void nuastcRDODictSize(long struct, int value) Unsafe version ofuastcRDODictSize
. -
nuastcRDOMaxSmoothBlockErrorScale
public static void nuastcRDOMaxSmoothBlockErrorScale(long struct, float value) Unsafe version ofuastcRDOMaxSmoothBlockErrorScale
. -
nuastcRDOMaxSmoothBlockStdDev
public static void nuastcRDOMaxSmoothBlockStdDev(long struct, float value) Unsafe version ofuastcRDOMaxSmoothBlockStdDev
. -
nuastcRDODontFavorSimplerModes
public static void nuastcRDODontFavorSimplerModes(long struct, boolean value) Unsafe version ofuastcRDODontFavorSimplerModes
. -
nuastcRDONoMultithreading
public static void nuastcRDONoMultithreading(long struct, boolean value) Unsafe version ofuastcRDONoMultithreading
.
-