예제 #1
0
파일: ImVector.cs 프로젝트: GreyKit/ImGuiCS
 public ImPtrVector(ImVector *native)
 {
     Native = native;
 }
예제 #2
0
 public abstract void TextRange_split(TextRange *self, byte separator, ImVector * @out);
예제 #3
0
파일: ImVector.cs 프로젝트: GreyKit/ImGuiCS
 public ImWrappedPtrVector(ImVector *native)
 {
     Native = native;
 }
예제 #4
0
 public abstract void GlyphRangesBuilder_BuildRanges(GlyphRangesBuilder *self, ImVector *out_ranges);