Krita Source Code Documentation
Loading...
Searching...
No Matches
KisGLTexturesInfo Struct Reference

#include <kis_texture_tile.h>

Public Attributes

int border {0}
 
int effectiveHeight {1}
 
int effectiveWidth {1}
 
GLint format {0}
 
int height {0}
 
GLint internalFormat {0}
 
GLint type {0}
 
int width {0}
 

Detailed Description

Definition at line 22 of file kis_texture_tile.h.

Member Data Documentation

◆ border

int KisGLTexturesInfo::border {0}

Definition at line 33 of file kis_texture_tile.h.

33{0};

◆ effectiveHeight

int KisGLTexturesInfo::effectiveHeight {1}

Definition at line 30 of file kis_texture_tile.h.

30{1};

◆ effectiveWidth

int KisGLTexturesInfo::effectiveWidth {1}

Definition at line 29 of file kis_texture_tile.h.

29{1};

◆ format

GLint KisGLTexturesInfo::format {0}

Definition at line 36 of file kis_texture_tile.h.

36{0};

◆ height

int KisGLTexturesInfo::height {0}

Definition at line 26 of file kis_texture_tile.h.

26{0};

◆ internalFormat

GLint KisGLTexturesInfo::internalFormat {0}

Definition at line 35 of file kis_texture_tile.h.

35{0};

◆ type

GLint KisGLTexturesInfo::type {0}

Definition at line 37 of file kis_texture_tile.h.

37{0};

◆ width

int KisGLTexturesInfo::width {0}

Definition at line 25 of file kis_texture_tile.h.

25{0};

The documentation for this struct was generated from the following file: