hello_triangle

Undocumented in source.

Members

Functions

initMetal
void initMetal(MTLDevice device)
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
renderMetal
void renderMetal(MTKView view)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

DefaultPixelFormat
enum DefaultPixelFormat;
Undocumented in source.
metalFragmentShader
enum metalFragmentShader;
Undocumented in source.
metalVertexShader
enum metalVertexShader;
Undocumented in source.

Static variables

commandQueue
MTLCommandQueue commandQueue;
Undocumented in source.
pipelineDescriptor
MTLRenderPipelineDescriptor pipelineDescriptor;
Undocumented in source.
state
MTLRenderPipelineState state;
Undocumented in source.
vertexBuffer
MTLBuffer vertexBuffer;
Undocumented in source.

Variables

vertexData
float[] vertexData;
Undocumented in source.

Meta