Package org.lwjgl.nuklear
Class NkStyleSelectable
- All Implemented Interfaces:
AutoCloseable,NativeResource,Pointer
struct nk_style_selectable {
struct nk_style_item normal;
struct nk_style_item hover;
struct nk_style_item pressed;
struct nk_style_item normal_active;
struct nk_style_item hover_active;
struct nk_style_item pressed_active;
struct nk_color text_normal;
struct nk_color text_hover;
struct nk_color text_pressed;
struct nk_color text_normal_active;
struct nk_color text_hover_active;
struct nk_color text_pressed_active;
struct nk_color text_background;
nk_flags text_alignment;
float rounding;
struct nk_vec2 padding;
struct nk_vec2 touch_padding;
struct nk_vec2 image_padding;
float color_factor;
float disabled_factor;
nk_handle userdata;
nk_draw_begin draw_begin;
nk_draw_end draw_end;
}-
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.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionNkStyleSelectable(ByteBuffer container) Creates aNkStyleSelectableinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic NkStyleSelectablecalloc()Returns a newNkStyleSelectableinstance allocated withmemCalloc.static NkStyleSelectable.Buffercalloc(int capacity) Returns a newNkStyleSelectable.Bufferinstance allocated withmemCalloc.static NkStyleSelectable.Buffercalloc(int capacity, MemoryStack stack) Returns a newNkStyleSelectable.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static NkStyleSelectablecalloc(MemoryStack stack) Returns a newNkStyleSelectableinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.floatcolor_factor(float value) Sets the specified value to thecolor_factorfield.static NkStyleSelectablecreate()Returns a newNkStyleSelectableinstance allocated withBufferUtils.static NkStyleSelectable.Buffercreate(int capacity) Returns a newNkStyleSelectable.Bufferinstance allocated withBufferUtils.static NkStyleSelectablecreate(long address) Returns a newNkStyleSelectableinstance for the specified memory address.static NkStyleSelectable.Buffercreate(long address, int capacity) Create aNkStyleSelectable.Bufferinstance at the specified memory.static @Nullable NkStyleSelectablecreateSafe(long address) static @Nullable NkStyleSelectable.BuffercreateSafe(long address, int capacity) floatdisabled_factor(float value) Sets the specified value to thedisabled_factorfield.@Nullable NkDrawBeginCallbackdraw_begin(@Nullable NkDrawBeginCallbackI value) Sets the specified value to thedraw_beginfield.@Nullable NkDrawEndCallbackdraw_end()draw_end(@Nullable NkDrawEndCallbackI value) Sets the specified value to thedraw_endfield.hover()hover(Consumer<NkStyleItem> consumer) Passes thehoverfield to the specifiedConsumer.hover(NkStyleItem value) Copies the specifiedNkStyleItemto thehoverfield.hover_active(Consumer<NkStyleItem> consumer) Passes thehover_activefield to the specifiedConsumer.hover_active(NkStyleItem value) Copies the specifiedNkStyleItemto thehover_activefield.image_padding(Consumer<NkVec2> consumer) Passes theimage_paddingfield to the specifiedConsumer.image_padding(NkVec2 value) Copies the specifiedNkVec2to theimage_paddingfield.static NkStyleSelectablemalloc()Returns a newNkStyleSelectableinstance allocated withmemAlloc.static NkStyleSelectable.Buffermalloc(int capacity) Returns a newNkStyleSelectable.Bufferinstance allocated withmemAlloc.static NkStyleSelectable.Buffermalloc(int capacity, MemoryStack stack) Returns a newNkStyleSelectable.Bufferinstance allocated on the specifiedMemoryStack.static NkStyleSelectablemalloc(MemoryStack stack) Returns a newNkStyleSelectableinstance allocated on the specifiedMemoryStack.static floatncolor_factor(long struct) Unsafe version ofcolor_factor().static voidncolor_factor(long struct, float value) Unsafe version ofcolor_factor.static floatndisabled_factor(long struct) Unsafe version ofdisabled_factor().static voidndisabled_factor(long struct, float value) Unsafe version ofdisabled_factor.static @Nullable NkDrawBeginCallbackndraw_begin(long struct) Unsafe version ofdraw_begin().static voidndraw_begin(long struct, @Nullable NkDrawBeginCallbackI value) Unsafe version ofdraw_begin.static @Nullable NkDrawEndCallbackndraw_end(long struct) Unsafe version ofdraw_end().static voidndraw_end(long struct, @Nullable NkDrawEndCallbackI value) Unsafe version ofdraw_end.static NkStyleItemnhover(long struct) Unsafe version ofhover().static voidnhover(long struct, NkStyleItem value) Unsafe version ofhover.static NkStyleItemnhover_active(long struct) Unsafe version ofhover_active().static voidnhover_active(long struct, NkStyleItem value) Unsafe version ofhover_active.static NkVec2nimage_padding(long struct) Unsafe version ofimage_padding().static voidnimage_padding(long struct, NkVec2 value) Unsafe version ofimage_padding.static NkStyleItemnnormal(long struct) Unsafe version ofnormal().static voidnnormal(long struct, NkStyleItem value) Unsafe version ofnormal.static NkStyleItemnnormal_active(long struct) Unsafe version ofnormal_active().static voidnnormal_active(long struct, NkStyleItem value) Unsafe version ofnormal_active.normal()normal(Consumer<NkStyleItem> consumer) Passes thenormalfield to the specifiedConsumer.normal(NkStyleItem value) Copies the specifiedNkStyleItemto thenormalfield.normal_active(Consumer<NkStyleItem> consumer) Passes thenormal_activefield to the specifiedConsumer.normal_active(NkStyleItem value) Copies the specifiedNkStyleItemto thenormal_activefield.static NkVec2npadding(long struct) Unsafe version ofpadding().static voidUnsafe version ofpadding.static NkStyleItemnpressed(long struct) Unsafe version ofpressed().static voidnpressed(long struct, NkStyleItem value) Unsafe version ofpressed.static NkStyleItemnpressed_active(long struct) Unsafe version ofpressed_active().static voidnpressed_active(long struct, NkStyleItem value) Unsafe version ofpressed_active.static floatnrounding(long struct) Unsafe version ofrounding().static voidnrounding(long struct, float value) Unsafe version ofrounding.static intntext_alignment(long struct) Unsafe version oftext_alignment().static voidntext_alignment(long struct, int value) Unsafe version oftext_alignment.static NkColorntext_background(long struct) Unsafe version oftext_background().static voidntext_background(long struct, NkColor value) Unsafe version oftext_background.static NkColorntext_hover(long struct) Unsafe version oftext_hover().static voidntext_hover(long struct, NkColor value) Unsafe version oftext_hover.static NkColorntext_hover_active(long struct) Unsafe version oftext_hover_active().static voidntext_hover_active(long struct, NkColor value) Unsafe version oftext_hover_active.static NkColorntext_normal(long struct) Unsafe version oftext_normal().static voidntext_normal(long struct, NkColor value) Unsafe version oftext_normal.static NkColorntext_normal_active(long struct) Unsafe version oftext_normal_active().static voidntext_normal_active(long struct, NkColor value) Unsafe version oftext_normal_active.static NkColorntext_pressed(long struct) Unsafe version oftext_pressed().static voidntext_pressed(long struct, NkColor value) Unsafe version oftext_pressed.static NkColorntext_pressed_active(long struct) Unsafe version oftext_pressed_active().static voidntext_pressed_active(long struct, NkColor value) Unsafe version oftext_pressed_active.static NkVec2ntouch_padding(long struct) Unsafe version oftouch_padding().static voidntouch_padding(long struct, NkVec2 value) Unsafe version oftouch_padding.static NkHandlenuserdata(long struct) Unsafe version ofuserdata().static voidUnsafe version ofuserdata.padding()Passes thepaddingfield to the specifiedConsumer.Copies the specifiedNkVec2to thepaddingfield.pressed()pressed(Consumer<NkStyleItem> consumer) Passes thepressedfield to the specifiedConsumer.pressed(NkStyleItem value) Copies the specifiedNkStyleItemto thepressedfield.pressed_active(Consumer<NkStyleItem> consumer) Passes thepressed_activefield to the specifiedConsumer.pressed_active(NkStyleItem value) Copies the specifiedNkStyleItemto thepressed_activefield.floatrounding()rounding(float value) Sets the specified value to theroundingfield.set(NkStyleItem normal, NkStyleItem hover, NkStyleItem pressed, NkStyleItem normal_active, NkStyleItem hover_active, NkStyleItem pressed_active, NkColor text_normal, NkColor text_hover, NkColor text_pressed, NkColor text_normal_active, NkColor text_hover_active, NkColor text_pressed_active, NkColor text_background, int text_alignment, float rounding, NkVec2 padding, NkVec2 touch_padding, NkVec2 image_padding, float color_factor, float disabled_factor, NkHandle userdata, NkDrawBeginCallbackI draw_begin, NkDrawEndCallbackI draw_end) Initializes this struct with the specified values.set(NkStyleSelectable src) Copies the specified struct data to this struct.intsizeof()Returnssizeof(struct).inttext_alignment(int value) Sets the specified value to thetext_alignmentfield.text_background(Consumer<NkColor> consumer) Passes thetext_backgroundfield to the specifiedConsumer.text_background(NkColor value) Copies the specifiedNkColorto thetext_backgroundfield.text_hover(Consumer<NkColor> consumer) Passes thetext_hoverfield to the specifiedConsumer.text_hover(NkColor value) Copies the specifiedNkColorto thetext_hoverfield.text_hover_active(Consumer<NkColor> consumer) Passes thetext_hover_activefield to the specifiedConsumer.text_hover_active(NkColor value) Copies the specifiedNkColorto thetext_hover_activefield.text_normal(Consumer<NkColor> consumer) Passes thetext_normalfield to the specifiedConsumer.text_normal(NkColor value) Copies the specifiedNkColorto thetext_normalfield.text_normal_active(Consumer<NkColor> consumer) Passes thetext_normal_activefield to the specifiedConsumer.text_normal_active(NkColor value) Copies the specifiedNkColorto thetext_normal_activefield.text_pressed(Consumer<NkColor> consumer) Passes thetext_pressedfield to the specifiedConsumer.text_pressed(NkColor value) Copies the specifiedNkColorto thetext_pressedfield.text_pressed_active(Consumer<NkColor> consumer) Passes thetext_pressed_activefield to the specifiedConsumer.text_pressed_active(NkColor value) Copies the specifiedNkColorto thetext_pressed_activefield.touch_padding(Consumer<NkVec2> consumer) Passes thetouch_paddingfield to the specifiedConsumer.touch_padding(NkVec2 value) Copies the specifiedNkVec2to thetouch_paddingfield.userdata()Passes theuserdatafield to the specifiedConsumer.Copies the specifiedNkHandleto theuserdatafield.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. -
NORMAL
public static final int NORMALThe struct member offsets. -
HOVER
public static final int HOVERThe struct member offsets. -
PRESSED
public static final int PRESSEDThe struct member offsets. -
NORMAL_ACTIVE
public static final int NORMAL_ACTIVEThe struct member offsets. -
HOVER_ACTIVE
public static final int HOVER_ACTIVEThe struct member offsets. -
PRESSED_ACTIVE
public static final int PRESSED_ACTIVEThe struct member offsets. -
TEXT_NORMAL
public static final int TEXT_NORMALThe struct member offsets. -
TEXT_HOVER
public static final int TEXT_HOVERThe struct member offsets. -
TEXT_PRESSED
public static final int TEXT_PRESSEDThe struct member offsets. -
TEXT_NORMAL_ACTIVE
public static final int TEXT_NORMAL_ACTIVEThe struct member offsets. -
TEXT_HOVER_ACTIVE
public static final int TEXT_HOVER_ACTIVEThe struct member offsets. -
TEXT_PRESSED_ACTIVE
public static final int TEXT_PRESSED_ACTIVEThe struct member offsets. -
TEXT_BACKGROUND
public static final int TEXT_BACKGROUNDThe struct member offsets. -
TEXT_ALIGNMENT
public static final int TEXT_ALIGNMENTThe struct member offsets. -
ROUNDING
public static final int ROUNDINGThe struct member offsets. -
PADDING
public static final int PADDINGThe struct member offsets. -
TOUCH_PADDING
public static final int TOUCH_PADDINGThe struct member offsets. -
IMAGE_PADDING
public static final int IMAGE_PADDINGThe struct member offsets. -
COLOR_FACTOR
public static final int COLOR_FACTORThe struct member offsets. -
DISABLED_FACTOR
public static final int DISABLED_FACTORThe struct member offsets. -
USERDATA
public static final int USERDATAThe struct member offsets. -
DRAW_BEGIN
public static final int DRAW_BEGINThe struct member offsets. -
DRAW_END
public static final int DRAW_ENDThe struct member offsets.
-
-
Constructor Details
-
NkStyleSelectable
Creates aNkStyleSelectableinstance 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<NkStyleSelectable>
-
normal
- Returns:
- a
NkStyleItemview of thenormalfield.
-
hover
- Returns:
- a
NkStyleItemview of thehoverfield.
-
pressed
- Returns:
- a
NkStyleItemview of thepressedfield.
-
normal_active
- Returns:
- a
NkStyleItemview of thenormal_activefield.
-
hover_active
- Returns:
- a
NkStyleItemview of thehover_activefield.
-
pressed_active
- Returns:
- a
NkStyleItemview of thepressed_activefield.
-
text_normal
- Returns:
- a
NkColorview of thetext_normalfield.
-
text_hover
- Returns:
- a
NkColorview of thetext_hoverfield.
-
text_pressed
- Returns:
- a
NkColorview of thetext_pressedfield.
-
text_normal_active
- Returns:
- a
NkColorview of thetext_normal_activefield.
-
text_hover_active
- Returns:
- a
NkColorview of thetext_hover_activefield.
-
text_pressed_active
- Returns:
- a
NkColorview of thetext_pressed_activefield.
-
text_background
- Returns:
- a
NkColorview of thetext_backgroundfield.
-
text_alignment
public int text_alignment()- Returns:
- the value of the
text_alignmentfield.
-
rounding
public float rounding()- Returns:
- the value of the
roundingfield.
-
padding
- Returns:
- a
NkVec2view of thepaddingfield.
-
touch_padding
- Returns:
- a
NkVec2view of thetouch_paddingfield.
-
image_padding
- Returns:
- a
NkVec2view of theimage_paddingfield.
-
color_factor
public float color_factor()- Returns:
- the value of the
color_factorfield.
-
disabled_factor
public float disabled_factor()- Returns:
- the value of the
disabled_factorfield.
-
userdata
- Returns:
- a
NkHandleview of theuserdatafield.
-
draw_begin
- Returns:
- the value of the
draw_beginfield.
-
draw_end
- Returns:
- the value of the
draw_endfield.
-
normal
Copies the specifiedNkStyleItemto thenormalfield. -
normal
Passes thenormalfield to the specifiedConsumer. -
hover
Copies the specifiedNkStyleItemto thehoverfield. -
hover
Passes thehoverfield to the specifiedConsumer. -
pressed
Copies the specifiedNkStyleItemto thepressedfield. -
pressed
Passes thepressedfield to the specifiedConsumer. -
normal_active
Copies the specifiedNkStyleItemto thenormal_activefield. -
normal_active
Passes thenormal_activefield to the specifiedConsumer. -
hover_active
Copies the specifiedNkStyleItemto thehover_activefield. -
hover_active
Passes thehover_activefield to the specifiedConsumer. -
pressed_active
Copies the specifiedNkStyleItemto thepressed_activefield. -
pressed_active
Passes thepressed_activefield to the specifiedConsumer. -
text_normal
Copies the specifiedNkColorto thetext_normalfield. -
text_normal
Passes thetext_normalfield to the specifiedConsumer. -
text_hover
Copies the specifiedNkColorto thetext_hoverfield. -
text_hover
Passes thetext_hoverfield to the specifiedConsumer. -
text_pressed
Copies the specifiedNkColorto thetext_pressedfield. -
text_pressed
Passes thetext_pressedfield to the specifiedConsumer. -
text_normal_active
Copies the specifiedNkColorto thetext_normal_activefield. -
text_normal_active
Passes thetext_normal_activefield to the specifiedConsumer. -
text_hover_active
Copies the specifiedNkColorto thetext_hover_activefield. -
text_hover_active
Passes thetext_hover_activefield to the specifiedConsumer. -
text_pressed_active
Copies the specifiedNkColorto thetext_pressed_activefield. -
text_pressed_active
Passes thetext_pressed_activefield to the specifiedConsumer. -
text_background
Copies the specifiedNkColorto thetext_backgroundfield. -
text_background
Passes thetext_backgroundfield to the specifiedConsumer. -
text_alignment
Sets the specified value to thetext_alignmentfield. -
rounding
Sets the specified value to theroundingfield. -
padding
Copies the specifiedNkVec2to thepaddingfield. -
padding
Passes thepaddingfield to the specifiedConsumer. -
touch_padding
Copies the specifiedNkVec2to thetouch_paddingfield. -
touch_padding
Passes thetouch_paddingfield to the specifiedConsumer. -
image_padding
Copies the specifiedNkVec2to theimage_paddingfield. -
image_padding
Passes theimage_paddingfield to the specifiedConsumer. -
color_factor
Sets the specified value to thecolor_factorfield. -
disabled_factor
Sets the specified value to thedisabled_factorfield. -
userdata
Copies the specifiedNkHandleto theuserdatafield. -
userdata
Passes theuserdatafield to the specifiedConsumer. -
draw_begin
Sets the specified value to thedraw_beginfield. -
draw_end
Sets the specified value to thedraw_endfield. -
set
public NkStyleSelectable set(NkStyleItem normal, NkStyleItem hover, NkStyleItem pressed, NkStyleItem normal_active, NkStyleItem hover_active, NkStyleItem pressed_active, NkColor text_normal, NkColor text_hover, NkColor text_pressed, NkColor text_normal_active, NkColor text_hover_active, NkColor text_pressed_active, NkColor text_background, int text_alignment, float rounding, NkVec2 padding, NkVec2 touch_padding, NkVec2 image_padding, float color_factor, float disabled_factor, NkHandle userdata, NkDrawBeginCallbackI draw_begin, NkDrawEndCallbackI draw_end) 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 newNkStyleSelectableinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newNkStyleSelectableinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newNkStyleSelectableinstance allocated withBufferUtils. -
create
Returns a newNkStyleSelectableinstance for the specified memory address. -
createSafe
-
malloc
Returns a newNkStyleSelectable.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newNkStyleSelectable.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newNkStyleSelectable.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aNkStyleSelectable.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
malloc
Returns a newNkStyleSelectableinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newNkStyleSelectableinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newNkStyleSelectable.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newNkStyleSelectable.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nnormal
Unsafe version ofnormal(). -
nhover
Unsafe version ofhover(). -
npressed
Unsafe version ofpressed(). -
nnormal_active
Unsafe version ofnormal_active(). -
nhover_active
Unsafe version ofhover_active(). -
npressed_active
Unsafe version ofpressed_active(). -
ntext_normal
Unsafe version oftext_normal(). -
ntext_hover
Unsafe version oftext_hover(). -
ntext_pressed
Unsafe version oftext_pressed(). -
ntext_normal_active
Unsafe version oftext_normal_active(). -
ntext_hover_active
Unsafe version oftext_hover_active(). -
ntext_pressed_active
Unsafe version oftext_pressed_active(). -
ntext_background
Unsafe version oftext_background(). -
ntext_alignment
public static int ntext_alignment(long struct) Unsafe version oftext_alignment(). -
nrounding
public static float nrounding(long struct) Unsafe version ofrounding(). -
npadding
Unsafe version ofpadding(). -
ntouch_padding
Unsafe version oftouch_padding(). -
nimage_padding
Unsafe version ofimage_padding(). -
ncolor_factor
public static float ncolor_factor(long struct) Unsafe version ofcolor_factor(). -
ndisabled_factor
public static float ndisabled_factor(long struct) Unsafe version ofdisabled_factor(). -
nuserdata
Unsafe version ofuserdata(). -
ndraw_begin
Unsafe version ofdraw_begin(). -
ndraw_end
Unsafe version ofdraw_end(). -
nnormal
Unsafe version ofnormal. -
nhover
Unsafe version ofhover. -
npressed
Unsafe version ofpressed. -
nnormal_active
Unsafe version ofnormal_active. -
nhover_active
Unsafe version ofhover_active. -
npressed_active
Unsafe version ofpressed_active. -
ntext_normal
Unsafe version oftext_normal. -
ntext_hover
Unsafe version oftext_hover. -
ntext_pressed
Unsafe version oftext_pressed. -
ntext_normal_active
Unsafe version oftext_normal_active. -
ntext_hover_active
Unsafe version oftext_hover_active. -
ntext_pressed_active
Unsafe version oftext_pressed_active. -
ntext_background
Unsafe version oftext_background. -
ntext_alignment
public static void ntext_alignment(long struct, int value) Unsafe version oftext_alignment. -
nrounding
public static void nrounding(long struct, float value) Unsafe version ofrounding. -
npadding
Unsafe version ofpadding. -
ntouch_padding
Unsafe version oftouch_padding. -
nimage_padding
Unsafe version ofimage_padding. -
ncolor_factor
public static void ncolor_factor(long struct, float value) Unsafe version ofcolor_factor. -
ndisabled_factor
public static void ndisabled_factor(long struct, float value) Unsafe version ofdisabled_factor. -
nuserdata
Unsafe version ofuserdata. -
ndraw_begin
Unsafe version ofdraw_begin. -
ndraw_end
Unsafe version ofdraw_end.
-