Class NkDrawNullTexture

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

@NativeType("struct nk_draw_null_texture") public class NkDrawNullTexture extends Struct<NkDrawNullTexture> implements NativeResource
struct nk_draw_null_texture {
    nk_handle texture;
    struct nk_vec2 uv;
}