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.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe 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 aktxBasisParamsinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic ktxBasisParamscalloc()Returns a newktxBasisParamsinstance allocated withmemCalloc.static ktxBasisParams.Buffercalloc(int capacity) Returns a newktxBasisParams.Bufferinstance allocated withmemCalloc.static ktxBasisParams.Buffercalloc(int capacity, MemoryStack stack) Returns a newktxBasisParams.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static ktxBasisParamscalloc(MemoryStack stack) Returns a newktxBasisParamsinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.intcompressionLevel(int value) Sets the specified value to thecompressionLevelfield.static ktxBasisParamscreate()Returns a newktxBasisParamsinstance allocated withBufferUtils.static ktxBasisParams.Buffercreate(int capacity) Returns a newktxBasisParams.Bufferinstance allocated withBufferUtils.static ktxBasisParamscreate(long address) Returns a newktxBasisParamsinstance for the specified memory address.static ktxBasisParams.Buffercreate(long address, int capacity) Create aktxBasisParams.Bufferinstance at the specified memory.static @Nullable ktxBasisParamscreateSafe(long address) static @Nullable ktxBasisParams.BuffercreateSafe(long address, int capacity) floatendpointRDOThreshold(float value) Sets the specified value to theendpointRDOThresholdfield.byteinputSwizzle(int index) inputSwizzle(int index, byte value) Sets the specified value at the specified index of theinputSwizzlefield.inputSwizzle(ByteBuffer value) Copies the specifiedByteBufferto theinputSwizzlefield.static ktxBasisParamsmalloc()Returns a newktxBasisParamsinstance allocated withmemAlloc.static ktxBasisParams.Buffermalloc(int capacity) Returns a newktxBasisParams.Bufferinstance allocated withmemAlloc.static ktxBasisParams.Buffermalloc(int capacity, MemoryStack stack) Returns a newktxBasisParams.Bufferinstance allocated on the specifiedMemoryStack.static ktxBasisParamsmalloc(MemoryStack stack) Returns a newktxBasisParamsinstance allocated on the specifiedMemoryStack.intmaxEndpoints(int value) Sets the specified value to themaxEndpointsfield.intmaxSelectors(int value) Sets the specified value to themaxSelectorsfield.static intncompressionLevel(long struct) Unsafe version ofcompressionLevel().static voidncompressionLevel(long struct, int value) Unsafe version ofcompressionLevel.static floatnendpointRDOThreshold(long struct) Unsafe version ofendpointRDOThreshold().static voidnendpointRDOThreshold(long struct, float value) Unsafe version ofendpointRDOThreshold.static ByteBufferninputSwizzle(long struct) Unsafe version ofinputSwizzle().static byteninputSwizzle(long struct, int index) Unsafe version ofinputSwizzle.static voidninputSwizzle(long struct, int index, byte value) Unsafe version ofinputSwizzle.static voidninputSwizzle(long struct, ByteBuffer value) Unsafe version ofinputSwizzle.static intnmaxEndpoints(long struct) Unsafe version ofmaxEndpoints().static voidnmaxEndpoints(long struct, int value) Unsafe version ofmaxEndpoints.static intnmaxSelectors(long struct) Unsafe version ofmaxSelectors().static voidnmaxSelectors(long struct, int value) Unsafe version ofmaxSelectors.static booleannnoEndpointRDO(long struct) Unsafe version ofnoEndpointRDO().static voidnnoEndpointRDO(long struct, boolean value) Unsafe version ofnoEndpointRDO.static booleannnormalMap(long struct) Unsafe version ofnormalMap().static voidnnormalMap(long struct, boolean value) Unsafe version ofnormalMap.static booleannnoSelectorRDO(long struct) Unsafe version ofnoSelectorRDO().static voidnnoSelectorRDO(long struct, boolean value) Unsafe version ofnoSelectorRDO.static booleannnoSSE(long struct) Unsafe version ofnoSSE().static voidnnoSSE(long struct, boolean value) Unsafe version ofnoSSE.booleannoEndpointRDO(boolean value) Sets the specified value to thenoEndpointRDOfield.booleannormalMap(boolean value) Sets the specified value to thenormalMapfield.booleannoSelectorRDO(boolean value) Sets the specified value to thenoSelectorRDOfield.booleannoSSE()noSSE(boolean value) Sets the specified value to thenoSSEfield.static booleannpreSwizzle(long struct) Unsafe version ofpreSwizzle().static voidnpreSwizzle(long struct, boolean value) Unsafe version ofpreSwizzle.static intnqualityLevel(long struct) Unsafe version ofqualityLevel().static voidnqualityLevel(long struct, int value) Unsafe version ofqualityLevel.static floatnselectorRDOThreshold(long struct) Unsafe version ofselectorRDOThreshold().static voidnselectorRDOThreshold(long struct, float value) Unsafe version ofselectorRDOThreshold.static booleannseparateRGToRGB_A(long struct) Unsafe version ofseparateRGToRGB_A().static voidnseparateRGToRGB_A(long struct, boolean value) Unsafe version ofseparateRGToRGB_A.static intnstructSize(long struct) Unsafe version ofstructSize().static voidnstructSize(long struct, int value) Unsafe version ofstructSize.static intnthreadCount(long struct) Unsafe version ofthreadCount().static voidnthreadCount(long struct, int value) Unsafe version ofthreadCount.static booleannuastc(long struct) Unsafe version ofuastc().static voidnuastc(long struct, boolean value) Unsafe version ofuastc.static intnuastcFlags(long struct) Unsafe version ofuastcFlags().static voidnuastcFlags(long struct, int value) Unsafe version ofuastcFlags.static booleannuastcRDO(long struct) Unsafe version ofuastcRDO().static voidnuastcRDO(long struct, boolean value) Unsafe version ofuastcRDO.static intnuastcRDODictSize(long struct) Unsafe version ofuastcRDODictSize().static voidnuastcRDODictSize(long struct, int value) Unsafe version ofuastcRDODictSize.static booleannuastcRDODontFavorSimplerModes(long struct) Unsafe version ofuastcRDODontFavorSimplerModes().static voidnuastcRDODontFavorSimplerModes(long struct, boolean value) Unsafe version ofuastcRDODontFavorSimplerModes.static floatnuastcRDOMaxSmoothBlockErrorScale(long struct) Unsafe version ofuastcRDOMaxSmoothBlockErrorScale().static voidnuastcRDOMaxSmoothBlockErrorScale(long struct, float value) Unsafe version ofuastcRDOMaxSmoothBlockErrorScale.static floatnuastcRDOMaxSmoothBlockStdDev(long struct) Unsafe version ofuastcRDOMaxSmoothBlockStdDev().static voidnuastcRDOMaxSmoothBlockStdDev(long struct, float value) Unsafe version ofuastcRDOMaxSmoothBlockStdDev.static booleannuastcRDONoMultithreading(long struct) Unsafe version ofuastcRDONoMultithreading().static voidnuastcRDONoMultithreading(long struct, boolean value) Unsafe version ofuastcRDONoMultithreading.static floatnuastcRDOQualityScalar(long struct) Unsafe version ofuastcRDOQualityScalar().static voidnuastcRDOQualityScalar(long struct, float value) Unsafe version ofuastcRDOQualityScalar.static booleannverbose(long struct) Unsafe version ofverbose().static voidnverbose(long struct, boolean value) Unsafe version ofverbose.booleanpreSwizzle(boolean value) Sets the specified value to thepreSwizzlefield.intqualityLevel(int value) Sets the specified value to thequalityLevelfield.floatselectorRDOThreshold(float value) Sets the specified value to theselectorRDOThresholdfield.booleanseparateRGToRGB_A(boolean value) Sets the specified value to theseparateRGToRGB_Afield.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.intsizeof()Returnssizeof(struct).intstructSize(int value) Sets the specified value to thestructSizefield.intthreadCount(int value) Sets the specified value to thethreadCountfield.booleanuastc()uastc(boolean value) Sets the specified value to theuastcfield.intuastcFlags(int value) Sets the specified value to theuastcFlagsfield.booleanuastcRDO()uastcRDO(boolean value) Sets the specified value to theuastcRDOfield.intuastcRDODictSize(int value) Sets the specified value to theuastcRDODictSizefield.booleanuastcRDODontFavorSimplerModes(boolean value) Sets the specified value to theuastcRDODontFavorSimplerModesfield.floatuastcRDOMaxSmoothBlockErrorScale(float value) Sets the specified value to theuastcRDOMaxSmoothBlockErrorScalefield.floatuastcRDOMaxSmoothBlockStdDev(float value) Sets the specified value to theuastcRDOMaxSmoothBlockStdDevfield.booleanuastcRDONoMultithreading(boolean value) Sets the specified value to theuastcRDONoMultithreadingfield.floatuastcRDOQualityScalar(float value) Sets the specified value to theuastcRDOQualityScalarfield.booleanverbose()verbose(boolean value) Sets the specified value to theverbosefield.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods 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 aktxBasisParamsinstance at the current position of the specifiedByteBuffercontainer. 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:StructReturnssizeof(struct).- Specified by:
sizeofin classStruct<ktxBasisParams>
-
structSize
public int structSize()- Returns:
- the value of the
structSizefield.
-
uastc
public boolean uastc()- Returns:
- the value of the
uastcfield.
-
verbose
public boolean verbose()- Returns:
- the value of the
verbosefield.
-
noSSE
public boolean noSSE()- Returns:
- the value of the
noSSEfield.
-
threadCount
public int threadCount()- Returns:
- the value of the
threadCountfield.
-
compressionLevel
public int compressionLevel()- Returns:
- the value of the
compressionLevelfield.
-
qualityLevel
public int qualityLevel()- Returns:
- the value of the
qualityLevelfield.
-
maxEndpoints
public int maxEndpoints()- Returns:
- the value of the
maxEndpointsfield.
-
endpointRDOThreshold
public float endpointRDOThreshold()- Returns:
- the value of the
endpointRDOThresholdfield.
-
maxSelectors
public int maxSelectors()- Returns:
- the value of the
maxSelectorsfield.
-
selectorRDOThreshold
public float selectorRDOThreshold()- Returns:
- the value of the
selectorRDOThresholdfield.
-
inputSwizzle
- Returns:
- a
ByteBufferview of theinputSwizzlefield.
-
inputSwizzle
public byte inputSwizzle(int index) - Returns:
- the value at the specified index of the
inputSwizzlefield.
-
normalMap
public boolean normalMap()- Returns:
- the value of the
normalMapfield.
-
separateRGToRGB_A
public boolean separateRGToRGB_A()- Returns:
- the value of the
separateRGToRGB_Afield.
-
preSwizzle
public boolean preSwizzle()- Returns:
- the value of the
preSwizzlefield.
-
noEndpointRDO
public boolean noEndpointRDO()- Returns:
- the value of the
noEndpointRDOfield.
-
noSelectorRDO
public boolean noSelectorRDO()- Returns:
- the value of the
noSelectorRDOfield.
-
uastcFlags
public int uastcFlags()- Returns:
- the value of the
uastcFlagsfield.
-
uastcRDO
public boolean uastcRDO()- Returns:
- the value of the
uastcRDOfield.
-
uastcRDOQualityScalar
public float uastcRDOQualityScalar()- Returns:
- the value of the
uastcRDOQualityScalarfield.
-
uastcRDODictSize
public int uastcRDODictSize()- Returns:
- the value of the
uastcRDODictSizefield.
-
uastcRDOMaxSmoothBlockErrorScale
public float uastcRDOMaxSmoothBlockErrorScale()- Returns:
- the value of the
uastcRDOMaxSmoothBlockErrorScalefield.
-
uastcRDOMaxSmoothBlockStdDev
public float uastcRDOMaxSmoothBlockStdDev()- Returns:
- the value of the
uastcRDOMaxSmoothBlockStdDevfield.
-
uastcRDODontFavorSimplerModes
public boolean uastcRDODontFavorSimplerModes()- Returns:
- the value of the
uastcRDODontFavorSimplerModesfield.
-
uastcRDONoMultithreading
public boolean uastcRDONoMultithreading()- Returns:
- the value of the
uastcRDONoMultithreadingfield.
-
structSize
Sets the specified value to thestructSizefield. -
uastc
Sets the specified value to theuastcfield. -
verbose
Sets the specified value to theverbosefield. -
noSSE
Sets the specified value to thenoSSEfield. -
threadCount
Sets the specified value to thethreadCountfield. -
compressionLevel
Sets the specified value to thecompressionLevelfield. -
qualityLevel
Sets the specified value to thequalityLevelfield. -
maxEndpoints
Sets the specified value to themaxEndpointsfield. -
endpointRDOThreshold
Sets the specified value to theendpointRDOThresholdfield. -
maxSelectors
Sets the specified value to themaxSelectorsfield. -
selectorRDOThreshold
Sets the specified value to theselectorRDOThresholdfield. -
inputSwizzle
Copies the specifiedByteBufferto theinputSwizzlefield. -
inputSwizzle
Sets the specified value at the specified index of theinputSwizzlefield. -
normalMap
Sets the specified value to thenormalMapfield. -
separateRGToRGB_A
Sets the specified value to theseparateRGToRGB_Afield. -
preSwizzle
Sets the specified value to thepreSwizzlefield. -
noEndpointRDO
Sets the specified value to thenoEndpointRDOfield. -
noSelectorRDO
Sets the specified value to thenoSelectorRDOfield. -
uastcFlags
Sets the specified value to theuastcFlagsfield. -
uastcRDO
Sets the specified value to theuastcRDOfield. -
uastcRDOQualityScalar
Sets the specified value to theuastcRDOQualityScalarfield. -
uastcRDODictSize
Sets the specified value to theuastcRDODictSizefield. -
uastcRDOMaxSmoothBlockErrorScale
Sets the specified value to theuastcRDOMaxSmoothBlockErrorScalefield. -
uastcRDOMaxSmoothBlockStdDev
Sets the specified value to theuastcRDOMaxSmoothBlockStdDevfield. -
uastcRDODontFavorSimplerModes
Sets the specified value to theuastcRDODontFavorSimplerModesfield. -
uastcRDONoMultithreading
Sets the specified value to theuastcRDONoMultithreadingfield. -
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 newktxBasisParamsinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newktxBasisParamsinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newktxBasisParamsinstance allocated withBufferUtils. -
create
Returns a newktxBasisParamsinstance for the specified memory address. -
createSafe
-
malloc
Returns a newktxBasisParams.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newktxBasisParams.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newktxBasisParams.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aktxBasisParams.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
malloc
Returns a newktxBasisParamsinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newktxBasisParamsinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newktxBasisParams.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newktxBasisParams.Bufferinstance allocated on the specifiedMemoryStackand 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.
-