java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkInstanceCreateInfo
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkInstanceCreateInfo(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final AddressLayoutstatic final AddressLayoutstatic final AddressLayoutstatic final AddressLayoutstatic final ValueLayout.OfIntstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionVkInstanceCreateInfo(MemorySegment segment) Creates an instance of aVkInstanceCreateInforecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkInstanceCreateInfostatic VkInstanceCreateInfo[]static VkInstanceCreateInfoclone(Arena arena, VkInstanceCreateInfo src) static VkInstanceCreateInfo[]clone(Arena arena, VkInstanceCreateInfo[] src) intvoidenabledExtensionCount(int value) intvoidenabledLayerCount(int value) final booleanIndicates whether some other object is "equal to" this one.intflags()voidflags(int value) final inthashCode()Returns a hash code value for this object.@Nullable VkApplicationInfo@Nullable VkApplicationInfo[]pApplicationInfo(int assumedCount) voidpApplicationInfo(@Nullable VkApplicationInfo value) voidpApplicationInfoRaw(MemorySegment value) pNext()voidpNext(MemorySegment value) voidpNext(@Nullable tech.icey.panama.IPointer pointer) @Nullable tech.icey.panama.buffer.PointerBuffervoidppEnabledExtensionNames(@Nullable tech.icey.panama.buffer.PointerBuffer value) void@Nullable tech.icey.panama.buffer.PointerBuffervoidppEnabledLayerNames(@Nullable tech.icey.panama.buffer.PointerBuffer value) voidsegment()Returns the value of thesegmentrecord component.intsType()voidsType(int value) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$sType
-
PATH$pNext
-
PATH$flags
-
PATH$pApplicationInfo
-
PATH$enabledLayerCount
-
PATH$ppEnabledLayerNames
-
PATH$enabledExtensionCount
-
PATH$ppEnabledExtensionNames
-
LAYOUT$sType
-
LAYOUT$pNext
-
LAYOUT$flags
-
LAYOUT$pApplicationInfo
-
LAYOUT$enabledLayerCount
-
LAYOUT$ppEnabledLayerNames
-
LAYOUT$enabledExtensionCount
-
LAYOUT$ppEnabledExtensionNames
-
OFFSET$sType
public static final long OFFSET$sType -
OFFSET$pNext
public static final long OFFSET$pNext -
OFFSET$flags
public static final long OFFSET$flags -
OFFSET$pApplicationInfo
public static final long OFFSET$pApplicationInfo -
OFFSET$enabledLayerCount
public static final long OFFSET$enabledLayerCount -
OFFSET$ppEnabledLayerNames
public static final long OFFSET$ppEnabledLayerNames -
OFFSET$enabledExtensionCount
public static final long OFFSET$enabledExtensionCount -
OFFSET$ppEnabledExtensionNames
public static final long OFFSET$ppEnabledExtensionNames -
SIZE$sType
public static final long SIZE$sType -
SIZE$pNext
public static final long SIZE$pNext -
SIZE$flags
public static final long SIZE$flags -
SIZE$pApplicationInfo
public static final long SIZE$pApplicationInfo -
SIZE$enabledLayerCount
public static final long SIZE$enabledLayerCount -
SIZE$ppEnabledLayerNames
public static final long SIZE$ppEnabledLayerNames -
SIZE$enabledExtensionCount
public static final long SIZE$enabledExtensionCount -
SIZE$ppEnabledExtensionNames
public static final long SIZE$ppEnabledExtensionNames
-
-
Constructor Details
-
VkInstanceCreateInfo
Creates an instance of aVkInstanceCreateInforecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
sType
public int sType() -
sType
public void sType(int value) -
pNext
-
pNext
-
pNext
public void pNext(@Nullable @Nullable tech.icey.panama.IPointer pointer) -
flags
public int flags() -
flags
public void flags(int value) -
pApplicationInfoRaw
-
pApplicationInfoRaw
-
pApplicationInfo
-
pApplicationInfo
-
pApplicationInfo
-
enabledLayerCount
public int enabledLayerCount() -
enabledLayerCount
public void enabledLayerCount(int value) -
ppEnabledLayerNamesRaw
-
ppEnabledLayerNamesRaw
-
ppEnabledLayerNames
@Nullable public @Nullable tech.icey.panama.buffer.PointerBuffer ppEnabledLayerNames() -
ppEnabledLayerNames
public void ppEnabledLayerNames(@Nullable @Nullable tech.icey.panama.buffer.PointerBuffer value) -
enabledExtensionCount
public int enabledExtensionCount() -
enabledExtensionCount
public void enabledExtensionCount(int value) -
ppEnabledExtensionNamesRaw
-
ppEnabledExtensionNamesRaw
-
ppEnabledExtensionNames
@Nullable public @Nullable tech.icey.panama.buffer.PointerBuffer ppEnabledExtensionNames() -
ppEnabledExtensionNames
public void ppEnabledExtensionNames(@Nullable @Nullable tech.icey.panama.buffer.PointerBuffer value) -
allocate
-
allocate
-
clone
-
clone
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
segment
Returns the value of thesegmentrecord component.- Specified by:
segmentin interfacetech.icey.panama.IPointer- Returns:
- the value of the
segmentrecord component
-