Pioneer
Loading...
Searching...
No Matches
Public Attributes | List of all members
Graphics::OGL::CommandList::DrawCmd Struct Reference

#include <CommandBufferGL.h>

Collaboration diagram for Graphics::OGL::CommandList::DrawCmd:
Collaboration graph
[legend]

Public Attributes

MeshObjectmesh
 
InstanceBufferinst = nullptr
 
const Shadershader = nullptr
 
Programprogram = nullptr
 
size_t renderStateHash = 0
 
char * drawData
 

Member Data Documentation

◆ drawData

char* Graphics::OGL::CommandList::DrawCmd::drawData

◆ inst

InstanceBuffer* Graphics::OGL::CommandList::DrawCmd::inst = nullptr

◆ mesh

MeshObject* Graphics::OGL::CommandList::DrawCmd::mesh

◆ program

Program* Graphics::OGL::CommandList::DrawCmd::program = nullptr

◆ renderStateHash

size_t Graphics::OGL::CommandList::DrawCmd::renderStateHash = 0

◆ shader

const Shader* Graphics::OGL::CommandList::DrawCmd::shader = nullptr

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