Class VkUbmSurfaceCreateInfoSEC
- All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
public class VkUbmSurfaceCreateInfoSEC
extends Struct<VkUbmSurfaceCreateInfoSEC>
implements NativeResource
struct VkUbmSurfaceCreateInfoSEC {
VkStructureType sType;
void const * pNext;
VkUbmSurfaceCreateFlagsSEC flags;
ubm_device * device;
ubm_surface * surface;
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class Struct
Struct.StructValidationNested classes/interfaces inherited from interface 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 size in bytes.static final intThe struct member offsets.static final intThe struct member offsets.Fields inherited from interface Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionVkUbmSurfaceCreateInfoSEC(ByteBuffer container) Creates aVkUbmSurfaceCreateInfoSECinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkUbmSurfaceCreateInfoSECcalloc()Returns a newVkUbmSurfaceCreateInfoSECinstance allocated withmemCalloc.calloc(int capacity) Returns a newVkUbmSurfaceCreateInfoSEC.Bufferinstance allocated withmemCalloc.calloc(int capacity, MemoryStack stack) Returns a newVkUbmSurfaceCreateInfoSEC.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkUbmSurfaceCreateInfoSECcalloc(MemoryStack stack) Returns a newVkUbmSurfaceCreateInfoSECinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkUbmSurfaceCreateInfoSECcreate()Returns a newVkUbmSurfaceCreateInfoSECinstance allocated withBufferUtils.create(int capacity) Returns a newVkUbmSurfaceCreateInfoSEC.Bufferinstance allocated withBufferUtils.static VkUbmSurfaceCreateInfoSECcreate(long address) Returns a newVkUbmSurfaceCreateInfoSECinstance for the specified memory address.create(long address, int capacity) Create aVkUbmSurfaceCreateInfoSEC.Bufferinstance at the specified memory.static @Nullable VkUbmSurfaceCreateInfoSECcreateSafe(long address) static @Nullable VkUbmSurfaceCreateInfoSEC.BuffercreateSafe(long address, int capacity) longdevice()device(long value) Sets the specified value to thedevicefield.intflags()flags(int value) Sets the specified value to theflagsfield.static VkUbmSurfaceCreateInfoSECmalloc()Returns a newVkUbmSurfaceCreateInfoSECinstance allocated withmemAlloc.malloc(int capacity) Returns a newVkUbmSurfaceCreateInfoSEC.Bufferinstance allocated withmemAlloc.malloc(int capacity, MemoryStack stack) Returns a newVkUbmSurfaceCreateInfoSEC.Bufferinstance allocated on the specifiedMemoryStack.static VkUbmSurfaceCreateInfoSECmalloc(MemoryStack stack) Returns a newVkUbmSurfaceCreateInfoSECinstance allocated on the specifiedMemoryStack.static longndevice(long struct) Unsafe version ofdevice().static voidndevice(long struct, long value) Unsafe version ofdevice.static intnflags(long struct) Unsafe version offlags().static voidnflags(long struct, int value) Unsafe version offlags.static longnpNext(long struct) Unsafe version ofpNext().static voidnpNext(long struct, long value) Unsafe version ofpNext.static intnsType(long struct) Unsafe version ofsType().static voidnsType(long struct, int value) Unsafe version ofsType.static longnsurface(long struct) Unsafe version ofsurface().static voidnsurface(long struct, long value) Unsafe version ofsurface.longpNext()pNext(long value) Sets the specified value to thepNextfield.set(int sType, long pNext, int flags, long device, long surface) Initializes this struct with the specified values.Copies the specified struct data to this struct.intsizeof()Returnssizeof(struct).intsType()sType(int value) Sets the specified value to thesTypefield.Sets theSTRUCTURE_TYPE_UBM_SURFACE_CREATE_INFO_SECvalue to thesTypefield.longsurface()surface(long value) Sets the specified value to thesurfacefield.Methods inherited from class Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface 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. -
STYPE
public static final int STYPEThe struct member offsets. -
PNEXT
public static final int PNEXTThe struct member offsets. -
FLAGS
public static final int FLAGSThe struct member offsets. -
DEVICE
public static final int DEVICEThe struct member offsets. -
SURFACE
public static final int SURFACEThe struct member offsets.
-
-
Constructor Details
-
VkUbmSurfaceCreateInfoSEC
Creates aVkUbmSurfaceCreateInfoSECinstance 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<VkUbmSurfaceCreateInfoSEC>
-
sType
- Returns:
- the value of the
sTypefield.
-
pNext
- Returns:
- the value of the
pNextfield.
-
flags
- Returns:
- the value of the
flagsfield.
-
device
- Returns:
- the value of the
devicefield.
-
surface
- Returns:
- the value of the
surfacefield.
-
sType
Sets the specified value to thesTypefield. -
sType$Default
Sets theSTRUCTURE_TYPE_UBM_SURFACE_CREATE_INFO_SECvalue to thesTypefield. -
pNext
Sets the specified value to thepNextfield. -
flags
Sets the specified value to theflagsfield. -
device
Sets the specified value to thedevicefield. -
surface
Sets the specified value to thesurfacefield. -
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 newVkUbmSurfaceCreateInfoSECinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newVkUbmSurfaceCreateInfoSECinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newVkUbmSurfaceCreateInfoSECinstance allocated withBufferUtils. -
create
Returns a newVkUbmSurfaceCreateInfoSECinstance for the specified memory address. -
createSafe
-
malloc
Returns a newVkUbmSurfaceCreateInfoSEC.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newVkUbmSurfaceCreateInfoSEC.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newVkUbmSurfaceCreateInfoSEC.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aVkUbmSurfaceCreateInfoSEC.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
malloc
Returns a newVkUbmSurfaceCreateInfoSECinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newVkUbmSurfaceCreateInfoSECinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newVkUbmSurfaceCreateInfoSEC.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newVkUbmSurfaceCreateInfoSEC.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nsType
public static int nsType(long struct) Unsafe version ofsType(). -
npNext
public static long npNext(long struct) Unsafe version ofpNext(). -
nflags
public static int nflags(long struct) Unsafe version offlags(). -
ndevice
public static long ndevice(long struct) Unsafe version ofdevice(). -
nsurface
public static long nsurface(long struct) Unsafe version ofsurface(). -
nsType
public static void nsType(long struct, int value) Unsafe version ofsType. -
npNext
public static void npNext(long struct, long value) Unsafe version ofpNext. -
nflags
public static void nflags(long struct, int value) Unsafe version offlags. -
ndevice
public static void ndevice(long struct, long value) Unsafe version ofdevice. -
nsurface
public static void nsurface(long struct, long value) Unsafe version ofsurface.
-