source:
vbox/trunk/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_fence.c@
76384
最後變更 在這個檔案從76384是 69390,由 提交於 7 年 前 | |
---|---|
|
|
檔案大小: 207 位元組 |
行 | |
---|---|
1 | |
2 | #include "unpacker.h" |
3 | |
4 | void crUnpackExtendDeleteFencesNV(void) |
5 | { |
6 | GLsizei n = READ_DATA( 8, GLsizei ); |
7 | const GLuint *fences = DATA_POINTER( 12, GLuint ); |
8 | cr_unpackDispatch.DeleteFencesNV( n, fences ); |
9 | } |
10 |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器