Property | Type | Description | |
---|---|---|---|
ids | uint[] |
Method | Description | |
---|---|---|
BeginConditionalRender ( ConditionalRenderMode mode ) : void |
Begin conditional rendering.
|
|
BeginConditionalRender ( uint mode ) : void |
Begin conditional rendering.
|
|
BeginQuery ( QueryTarget target ) : void |
Begin query. delimit the boundaries of a query object.
|
|
BeginQuery ( uint target ) : void |
Begin query. delimit the boundaries of a query object.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
EndConditionalRender ( ) : void |
End conditional rendering.
|
|
EndQuery ( QueryTarget target ) : void |
Een query.
|
|
EndQuery ( uint target ) : void |
Een query.
|
|
Initialize ( ) : void |
resources(bitmap etc.) can be disposed after this initialization.
|
|
SampleRendered ( ) : bool |
|
|
ToString ( ) : string |
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Dispose managed and unmanaged resources of this instance.
|
public BeginConditionalRender ( ConditionalRenderMode mode ) : void | ||
mode | ConditionalRenderMode | |
return | void |
public BeginConditionalRender ( uint mode ) : void | ||
mode | uint | |
return | void |
public BeginQuery ( QueryTarget target ) : void | ||
target | QueryTarget | Specifies the target type of query object established between glBeginQuery and the subsequent glEndQuery. |
return | void |
public BeginQuery ( uint target ) : void | ||
target | uint | Specifies the target type of query object established between glBeginQuery and the subsequent glEndQuery. The symbolic constant must be one of GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED_CONSERVATIVE, GL_PRIMITIVES_GENERATED, GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, or GL_TIME_ELAPSED. |
return | void |
public EndQuery ( QueryTarget target ) : void | ||
target | QueryTarget | Specifies the target type of query object to be concluded.s |
return | void |
public EndQuery ( uint target ) : void | ||
target | uint | Specifies the target type of query object to be concluded. The symbolic constant must be one of GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED_CONSERVATIVE, GL_PRIMITIVES_GENERATED, GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, or GL_TIME_ELAPSED. |
return | void |