Package org.lwjgl.ovr
Class OVRMirrorTextureDesc
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<OVRMirrorTextureDesc>
org.lwjgl.ovr.OVRMirrorTextureDesc
- All Implemented Interfaces:
AutoCloseable,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
public class OVRMirrorTextureDesc
extends org.lwjgl.system.Struct<OVRMirrorTextureDesc>
implements org.lwjgl.system.NativeResource
Description used to create a mirror texture.
Layout
struct ovrMirrorTextureDesc {
ovrTextureFormat Format();
int Width;
int Height;
unsigned int MiscFlags();
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
org.lwjgl.system.Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.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 size in bytes.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
ConstructorsConstructorDescriptionOVRMirrorTextureDesc(ByteBuffer container) Creates aOVRMirrorTextureDescinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic OVRMirrorTextureDesccalloc()Returns a newOVRMirrorTextureDescinstance allocated withmemCalloc.static OVRMirrorTextureDesc.Buffercalloc(int capacity) Returns a newOVRMirrorTextureDesc.Bufferinstance allocated withmemCalloc.static OVRMirrorTextureDesc.Buffercalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newOVRMirrorTextureDesc.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static OVRMirrorTextureDesccalloc(org.lwjgl.system.MemoryStack stack) Returns a newOVRMirrorTextureDescinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static OVRMirrorTextureDescDeprecated.static OVRMirrorTextureDesc.BuffercallocStack(int capacity) Deprecated.static OVRMirrorTextureDesc.BuffercallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static OVRMirrorTextureDesccallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.static OVRMirrorTextureDesccreate()Returns a newOVRMirrorTextureDescinstance allocated withBufferUtils.static OVRMirrorTextureDesc.Buffercreate(int capacity) Returns a newOVRMirrorTextureDesc.Bufferinstance allocated withBufferUtils.static OVRMirrorTextureDesccreate(long address) Returns a newOVRMirrorTextureDescinstance for the specified memory address.static OVRMirrorTextureDesc.Buffercreate(long address, int capacity) Create aOVRMirrorTextureDesc.Bufferinstance at the specified memory.static @Nullable OVRMirrorTextureDesccreateSafe(long address) static @Nullable OVRMirrorTextureDesc.BuffercreateSafe(long address, int capacity) intFormat()one of:OVR.OVR_FORMAT_UNKNOWNOVR.OVR_FORMAT_B5G6R5_UNORMOVR.OVR_FORMAT_B5G5R5A1_UNORMOVR.OVR_FORMAT_B4G4R4A4_UNORMOVR.OVR_FORMAT_R8G8B8A8_UNORMOVR.OVR_FORMAT_R8G8B8A8_UNORM_SRGBOVR.OVR_FORMAT_B8G8R8A8_UNORMOVR.OVR_FORMAT_B8G8R8_UNORMOVR.OVR_FORMAT_B8G8R8A8_UNORM_SRGBOVR.OVR_FORMAT_B8G8R8X8_UNORMOVR.OVR_FORMAT_B8G8R8X8_UNORM_SRGBOVR.OVR_FORMAT_R16G16B16A16_FLOATOVR.OVR_FORMAT_R11G11B10_FLOATOVR.OVR_FORMAT_D16_UNORMOVR.OVR_FORMAT_D24_UNORM_S8_UINTOVR.OVR_FORMAT_D32_FLOATOVR.OVR_FORMAT_D32_FLOAT_S8X24_UINTOVR.OVR_FORMAT_BC1_UNORMOVR.OVR_FORMAT_BC1_UNORM_SRGBOVR.OVR_FORMAT_BC2_UNORMOVR.OVR_FORMAT_BC2_UNORM_SRGBOVR.OVR_FORMAT_BC3_UNORMOVR.OVR_FORMAT_BC3_UNORM_SRGBOVR.OVR_FORMAT_BC6H_UF16OVR.OVR_FORMAT_BC6H_SF16OVR.OVR_FORMAT_BC7_UNORMOVR.OVR_FORMAT_BC7_UNORM_SRGBFormat(int value) Sets the specified value to theFormat()field.intHeight()Height(int value) Sets the specified value to theHeightfield.static OVRMirrorTextureDescmalloc()Returns a newOVRMirrorTextureDescinstance allocated withmemAlloc.static OVRMirrorTextureDesc.Buffermalloc(int capacity) Returns a newOVRMirrorTextureDesc.Bufferinstance allocated withmemAlloc.static OVRMirrorTextureDesc.Buffermalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newOVRMirrorTextureDesc.Bufferinstance allocated on the specifiedMemoryStack.static OVRMirrorTextureDescmalloc(org.lwjgl.system.MemoryStack stack) Returns a newOVRMirrorTextureDescinstance allocated on the specifiedMemoryStack.static OVRMirrorTextureDescDeprecated.static OVRMirrorTextureDesc.BuffermallocStack(int capacity) Deprecated.static OVRMirrorTextureDesc.BuffermallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static OVRMirrorTextureDescmallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.intovrTextureFlags.MiscFlags(int value) Sets the specified value to theMiscFlags()field.static intnFormat(long struct) Unsafe version ofFormat().static voidnFormat(long struct, int value) Unsafe version ofFormat.static intnHeight(long struct) Unsafe version ofHeight().static voidnHeight(long struct, int value) Unsafe version ofHeight.static intnMiscFlags(long struct) Unsafe version ofMiscFlags().static voidnMiscFlags(long struct, int value) Unsafe version ofMiscFlags.static intnWidth(long struct) Unsafe version ofWidth().static voidnWidth(long struct, int value) Unsafe version ofWidth.set(int Format, int Width, int Height, int MiscFlags) Initializes this struct with the specified values.set(OVRMirrorTextureDesc src) Copies the specified struct data to this struct.intsizeof()intWidth()Width(int value) Sets the specified value to theWidthfield.Methods inherited from class org.lwjgl.system.Struct
clear, free, isNull, validate, validateMethods 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. -
FORMAT
public static final int FORMATThe struct member offsets. -
WIDTH
public static final int WIDTHThe struct member offsets. -
HEIGHT
public static final int HEIGHTThe struct member offsets. -
MISCFLAGS
public static final int MISCFLAGSThe struct member offsets.
-
-
Constructor Details
-
OVRMirrorTextureDesc
Creates aOVRMirrorTextureDescinstance 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()- Specified by:
sizeofin classorg.lwjgl.system.Struct<OVRMirrorTextureDesc>
-
Format
public int Format()one of: -
Width
public int Width()- Returns:
- the value of the
Widthfield.
-
Height
public int Height()- Returns:
- the value of the
Heightfield.
-
MiscFlags
public int MiscFlags()ovrTextureFlags. One or more of:TextureMisc_NoneTextureMisc_DX_TypelessTextureMisc_AllowGenerateMipsTextureMisc_ProtectedContentTextureMisc_AutoGenerateMips -
Format
Sets the specified value to theFormat()field. -
Width
Sets the specified value to theWidthfield. -
Height
Sets the specified value to theHeightfield. -
MiscFlags
Sets the specified value to theMiscFlags()field. -
set
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 newOVRMirrorTextureDescinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newOVRMirrorTextureDescinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newOVRMirrorTextureDescinstance allocated withBufferUtils. -
create
Returns a newOVRMirrorTextureDescinstance for the specified memory address. -
createSafe
-
malloc
Returns a newOVRMirrorTextureDesc.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newOVRMirrorTextureDesc.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newOVRMirrorTextureDesc.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aOVRMirrorTextureDesc.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
mallocStack
@Deprecated public static OVRMirrorTextureDesc.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
@Deprecated public static OVRMirrorTextureDesc.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
malloc
Returns a newOVRMirrorTextureDescinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newOVRMirrorTextureDescinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newOVRMirrorTextureDesc.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newOVRMirrorTextureDesc.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nFormat
public static int nFormat(long struct) Unsafe version ofFormat(). -
nWidth
public static int nWidth(long struct) Unsafe version ofWidth(). -
nHeight
public static int nHeight(long struct) Unsafe version ofHeight(). -
nMiscFlags
public static int nMiscFlags(long struct) Unsafe version ofMiscFlags(). -
nFormat
public static void nFormat(long struct, int value) Unsafe version ofFormat. -
nWidth
public static void nWidth(long struct, int value) Unsafe version ofWidth. -
nHeight
public static void nHeight(long struct, int value) Unsafe version ofHeight. -
nMiscFlags
public static void nMiscFlags(long struct, int value) Unsafe version ofMiscFlags.
-